1
0
forked from fsfw/fsfw

more coverity fixes

This commit is contained in:
2021-04-08 18:57:24 +02:00
parent f988271be4
commit 00d9a4f3ed
4 changed files with 6 additions and 2 deletions

View File

@ -36,6 +36,8 @@ public:
private:
//! External instantiation is forbidden.
QueueMapManager();
~QueueMapManager();
uint32_t queueCounter = 0;
MutexIF* mapLock;
QueueMap queueMap;