mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:11:13 +02:00
Merge pull request #14855 from AndrewMeadows/fix-log-crash-on-early-shutdown
case 21040: fix Interface crash on early shutdown
This commit is contained in:
commit
d8390ba18f
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ LogHandler::LogHandler() {
|
||||||
}
|
}
|
||||||
|
|
||||||
LogHandler::~LogHandler() {
|
LogHandler::~LogHandler() {
|
||||||
flushRepeatedMessages();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* stringForLogType(LogMsgType msgType) {
|
const char* stringForLogType(LogMsgType msgType) {
|
||||||
|
|
Loading…
Reference in a new issue