maybe this teardown fixes the leak

This commit is contained in:
2022-07-25 22:22:08 +02:00
parent c12669fe50
commit db33f9cc7e
4 changed files with 9 additions and 2 deletions

View File

@ -33,7 +33,6 @@ void Factory::produceFrameworkObjects(void* args) {
new EventManager(objects::EVENT_MANAGER);
new HealthTable(objects::HEALTH_TABLE);
new InternalErrorReporter(objects::INTERNAL_ERROR_REPORTER);
new HkReceiverMock(objects::HK_RECEIVER_MOCK);
{
PoolManager::LocalPoolConfig poolCfg = {{100, 16}, {50, 32}, {25, 64}, {15, 128}, {5, 1024}};