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

@ -38,7 +38,6 @@ FixedTimeslotTask::~FixedTimeslotTask(void) {
if(mainThread.joinable()) {
mainThread.join();
}
delete this;
}
void FixedTimeslotTask::taskEntryPoint(void* argument) {