diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-29 22:11:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-29 22:11:59 +0300 |
commit | fc31f1003bec7e0117421a8c58668e61849eeba5 (patch) | |
tree | 9cac96fdc7235a8ba51bc55460be71a6c368386f /src/maingui.cpp | |
parent | 05eecd6ecb0b094584ff6c9cf3c95642cf373a8b (diff) | |
download | plus-fc31f1003bec7e0117421a8c58668e61849eeba5.tar.gz plus-fc31f1003bec7e0117421a8c58668e61849eeba5.tar.bz2 plus-fc31f1003bec7e0117421a8c58668e61849eeba5.tar.xz plus-fc31f1003bec7e0117421a8c58668e61849eeba5.zip |
Remove leaking resources detection from virtfsrwops.
Diffstat (limited to 'src/maingui.cpp')
-rw-r--r-- | src/maingui.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/maingui.cpp b/src/maingui.cpp index 18e743557..668f044e9 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -134,10 +134,6 @@ int mainGui(int argc, char *argv[]) IMG_Quit(); #endif // SDL_IMAGE_VERSION_ATLEAST(1, 2, 11) -#ifdef DUMP_LEAKED_RESOURCES - VirtFs::reportRWops(); -#endif // DUMP_LEAKED_RESOURCES - return ret; } #else // UNITTESTS |