[Crash Fix] Reverting PR #3877 (#3997)

Reports of #3877 causing crashes on windows. No reports on Linux, but reverting for safety.
This commit is contained in:
Fryguy 2024-01-17 18:22:11 -05:00 committed by GitHub
parent 27256215b8
commit 748e37dbdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,6 +398,5 @@ void QSDatabase::GeneralQueryReceive(ServerPacket *pack)
LogInfo("[{}]", query.c_str());
}
safe_delete(pack);
safe_delete_array(queryBuffer);
}