From b4de1326d15584a8f92c5cf842358b68f763cff8 Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 4 Dec 2016 17:23:28 +0100 Subject: [PATCH] Fixed: Fix memory leaks about logs, displayers, etc... --HG-- branch : develop --- code/ryzom/client/src/client.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/ryzom/client/src/client.cpp b/code/ryzom/client/src/client.cpp index f262a74af..00ec3ced7 100644 --- a/code/ryzom/client/src/client.cpp +++ b/code/ryzom/client/src/client.cpp @@ -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;