diff options
| -rw-r--r-- | engines/lab/lab.cpp | 2 | ||||
| -rw-r--r-- | engines/lab/lab.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp index 80e3feead6..696c7eeaf0 100644 --- a/engines/lab/lab.cpp +++ b/engines/lab/lab.cpp @@ -150,8 +150,6 @@ LabEngine::~LabEngine() { delete _utils; delete _journalBackImage; delete _screenImage; - - _CrtDumpMemoryLeaks(); } Common::Error LabEngine::run() { diff --git a/engines/lab/lab.h b/engines/lab/lab.h index 9609ca8565..1396c0a4fc 100644 --- a/engines/lab/lab.h +++ b/engines/lab/lab.h @@ -31,10 +31,7 @@ #ifndef LAB_LAB_H #define LAB_LAB_H -#define _CRTDBG_MAP_ALLOC #include "common/system.h" -#include <crtdbg.h> - #include "common/random.h" #include "common/rect.h" #include "common/savefile.h" |
