Fixed: Fix memory leaks about logs, displayers, etc...

This commit is contained in:
kervala 2016-12-04 17:23:28 +01:00
parent 35d98fda26
commit 95bf392fe3

View file

@ -393,6 +393,10 @@ int main(int argc, char **argv)
quitCrashReport ();
#endif // FINAL_VERSION
// delete all logs and displayers when we're not using logs macros anymore
destroyDebug();
CLog::releaseProcessName();
// delete the Nel context
delete appContext;