diff options
Diffstat (limited to 'compat/shm.cpp')
-rw-r--r-- | compat/shm.cpp | 3 |
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(); } |