free profiler mem on exit

This commit is contained in:
Matt 2015-01-20 16:13:30 -07:00
parent 6e7b329cef
commit 44704a793d

View File

@ -75,6 +75,9 @@ bool Profiler::reset(){
m_addressMap = NULL; m_addressMap = NULL;
m_activeFns.reset(); m_activeFns.reset();
m_quickpolls.reset(); m_quickpolls.reset();
m_ipBuf.purge();
return true; return true;
} }