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:
John Conklin II 2019-02-06 10:57:34 -08:00 committed by GitHub
commit d8390ba18f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,6 @@ LogHandler::LogHandler() {
}
LogHandler::~LogHandler() {
flushRepeatedMessages();
}
const char* stringForLogType(LogMsgType msgType) {