fix linux release mode crash (#1124)

Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
briaguya 2022-08-09 22:50:25 -04:00 committed by GitHub
parent 7b11509010
commit 96c2033361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ bool CustomMessageManager::ClearMessageTable(std::string tableID) {
} }
auto& messageTable = foundMessageTable->second; auto& messageTable = foundMessageTable->second;
messageTable.clear(); messageTable.clear();
return true;
} }
bool CustomMessageManager::AddCustomMessageTable(std::string tableID) { bool CustomMessageManager::AddCustomMessageTable(std::string tableID) {