two errors found by valgrind

This commit is contained in:
Ulrich Mohr 2023-01-16 11:36:33 +01:00
parent 90bafbb6de
commit e131480d5f
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ InternalErrorReporter::InternalErrorReporter(object_id_t setObjectId, uint32_t m
poolManager(this, commandQueue),
internalErrorSid(setObjectId, InternalErrorDataset::ERROR_SET_ID),
internalErrorDataset(this) {
commandQueue = QueueFactory::instance()->createMessageQueue(messageQueueDepth);
mutex = MutexFactory::instance()->createMutex();
}