summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/shm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/shm.cpp b/compat/shm.cpp
index 83a3260c..6aeb8ca9 100644
--- a/compat/shm.cpp
+++ b/compat/shm.cpp
@@ -93,11 +93,8 @@ struct secattr
attrs.lpSecurityDescriptor = pSD;
attrs.nLength = sizeof(SECURITY_ATTRIBUTES);
- fflush(stderr);
-
return;
cleanup:
- fflush(stderr);
cleanup();
}