From e131480d5f0986dfcbf2f02a8e49dc9a2f5673c2 Mon Sep 17 00:00:00 2001 From: Ulrich Mohr Date: Mon, 16 Jan 2023 11:36:33 +0100 Subject: [PATCH] two errors found by valgrind --- src/fsfw/internalerror/InternalErrorReporter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fsfw/internalerror/InternalErrorReporter.cpp b/src/fsfw/internalerror/InternalErrorReporter.cpp index fb2dc8a61..483ee72be 100644 --- a/src/fsfw/internalerror/InternalErrorReporter.cpp +++ b/src/fsfw/internalerror/InternalErrorReporter.cpp @@ -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(); }