aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applications/message_handler_openamp/remoteproc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/message_handler_openamp/remoteproc.cpp b/applications/message_handler_openamp/remoteproc.cpp
index 599452b..c2db93a 100644
--- a/applications/message_handler_openamp/remoteproc.cpp
+++ b/applications/message_handler_openamp/remoteproc.cpp
@@ -84,6 +84,7 @@ RProc::RProc(Mailbox::Mailbox &_mailbox, resource_table &table, size_t tableSize
RProc::~RProc() {
mailbox.deregisterCallback(mailboxCallback, static_cast<void *>(this));
vTaskDelete(notifyHandle);
+ vSemaphoreDelete(notifySemaphore);
}
remoteproc *RProc::getRProc() {