mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-22 14:56:13 +00:00
Fixed: Fix memory leaks about logs, displayers, etc...
This commit is contained in:
parent
35d98fda26
commit
95bf392fe3
1 changed files with 4 additions and 0 deletions
|
@ -393,6 +393,10 @@ int main(int argc, char **argv)
|
||||||
quitCrashReport ();
|
quitCrashReport ();
|
||||||
#endif // FINAL_VERSION
|
#endif // FINAL_VERSION
|
||||||
|
|
||||||
|
// delete all logs and displayers when we're not using logs macros anymore
|
||||||
|
destroyDebug();
|
||||||
|
CLog::releaseProcessName();
|
||||||
|
|
||||||
// delete the Nel context
|
// delete the Nel context
|
||||||
delete appContext;
|
delete appContext;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue