Load monitor: free counter

This commit is contained in:
Andreas Antener
2016-12-04 18:56:28 +01:00
committed by Lorenz Meier
parent a0cf938ced
commit 806b8d3a67

View File

@@ -138,6 +138,7 @@ LoadMon::LoadMon() :
LoadMon::~LoadMon()
{
work_cancel(LPWORK, &_work);
perf_free(_stack_perf);
_taskIsRunning = false;
}