Still memory leaks in threadpool all
This commit is contained in:
+3
-1
@@ -7,7 +7,9 @@ include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
add_subdirectory(Engine/)
|
||||
target_link_libraries(Seele_unit_tests ${Boost_LIBRARIES})
|
||||
target_compile_definitions(Seele_unit_tests PRIVATE -DBOOST_TEST_DYN_LINK)
|
||||
if(UNIX)
|
||||
target_compile_definitions(Seele_unit_tests PRIVATE -DBOOST_TEST_DYN_LINK)
|
||||
endif()
|
||||
|
||||
target_precompile_headers(Seele_unit_tests
|
||||
PRIVATE
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
//#include <vld.h>
|
||||
#include <vld.h>
|
||||
|
||||
namespace Seele
|
||||
{
|
||||
@@ -7,16 +7,14 @@ namespace Seele
|
||||
{
|
||||
GlobalFixture()
|
||||
{
|
||||
//_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
|
||||
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
|
||||
}
|
||||
~GlobalFixture();
|
||||
void setup()
|
||||
{
|
||||
//Fibers::JobQueue::initJobQueues();
|
||||
}
|
||||
void teardown()
|
||||
{
|
||||
//Fibers::JobQueue::cleanupJobQueues();
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user