CMake fixes
This commit is contained in:
parent
b7a89b714e
commit
5a55011911
19 changed files with 82 additions and 168 deletions
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
#include "PrivateConfig.hpp"
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
using namespace tp;
|
||||
|
||||
#if not defined(MEM_DEBUG)
|
||||
|
|
@ -61,7 +63,7 @@ HeapAlloc::~HeapAlloc() {
|
|||
DEBUG_BREAK("Destruction of not freed Allocator")
|
||||
|
||||
#ifdef MEM_STACK_TRACE
|
||||
// TODO : log leaks and free them up
|
||||
// TODO : log leaks and free them up
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue