Skip to content
Snippets Groups Projects
Commit 806b8d3a authored by Andreas Antener's avatar Andreas Antener Committed by Lorenz Meier
Browse files

Load monitor: free counter

parent a0cf938c
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ LoadMon::LoadMon() :
LoadMon::~LoadMon()
{
work_cancel(LPWORK, &_work);
perf_free(_stack_perf);
_taskIsRunning = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment