bool LLCrashLoggerLinux::cleanup()
{
	commonCleanup();
    mKeyMaster.releaseMaster();
	return true;
}
Пример #2
0
bool LLCrashLoggerLinux::cleanup()
{
	commonCleanup();
	return true;
}