Changed: Release all memory when leaving in login screen

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent eabfcbf708
commit 0f6ae5e239

@ -309,6 +309,16 @@ int main(int argc, char **argv)
//ICommand::execute("iFileAccessLogStop",*NLMISC::InfoLog); //ICommand::execute("iFileAccessLogStop",*NLMISC::InfoLog);
//ICommand::execute("iFileAccessLogClear",*NLMISC::InfoLog); //ICommand::execute("iFileAccessLogClear",*NLMISC::InfoLog);
#endif #endif
release();
// delete all logs and displayers when we're not using logs macros anymore
destroyDebug();
CLog::releaseProcessName();
// delete the Nel context
delete appContext;
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
} }

Loading…
Cancel
Save