1
0
forked from fsfw/fsfw
This commit is contained in:
2021-04-08 22:49:36 +02:00
parent c1f4ae08fb
commit d92a20a669
4 changed files with 7 additions and 5 deletions

View File

@ -15,7 +15,9 @@ Service5EventReporting::Service5EventReporting(object_id_t objectId,
eventQueue = QueueFactory::instance()->createMessageQueue(messageQueueDepth);
}
Service5EventReporting::~Service5EventReporting(){}
Service5EventReporting::~Service5EventReporting() {
QueueFactory::instance()->deleteMessageQueue(eventQueue);
}
ReturnValue_t Service5EventReporting::performService() {
EventMessage message;