LAB: Remove some leftover MSVC memory leak tester code

This commit is contained in:
Filippos Karapetis 2015-12-19 02:16:03 +02:00 committed by Willem Jan Palenstijn
parent 3e8eaa2c35
commit 11d16bb34f
2 changed files with 0 additions and 5 deletions

View file

@ -150,8 +150,6 @@ LabEngine::~LabEngine() {
delete _utils;
delete _journalBackImage;
delete _screenImage;
_CrtDumpMemoryLeaks();
}
Common::Error LabEngine::run() {