Merge pull request #14856 from AndrewMeadows/fix-crash-on-early-shutdown-redux

case 21042: fix interface crash on early shutdown, 0.80.0 redux
This commit is contained in:
Shannon Romano 2019-02-06 11:53:49 -08:00 committed by GitHub
commit 6a91b54261
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) {