Fixed a crash related to the whisper system and some minor updates
This commit is contained in:
parent
d42dba7983
commit
12c2a1592d
@ -22,9 +22,11 @@ void AcknowledgeManager::reset() {
|
||||
lock.unlock();
|
||||
|
||||
/* save because entries are not accessable anymore */
|
||||
for(const auto& entry : pending_entries)
|
||||
if(entry->acknowledge_listener)
|
||||
for(const auto& entry : pending_entries) {
|
||||
if(entry->acknowledge_listener) {
|
||||
entry->acknowledge_listener->executionFailed("reset");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user