MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / cleanup

Method cleanup

Suscan/MultitaskController.cpp:260–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259
260void
261MultitaskController::cleanup(void)
262{
263 for (auto p : this->deadList) {
264 this->reverseTaskMap.remove(p->task());
265 delete p;
266 }
267
268 this->deadList.clear();
269}
270
271
272////////////////////////////////////// Slots ///////////////////////////////////

Callers 1

onListChangedMethod · 0.80

Calls 3

removeMethod · 0.80
taskMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected