[Bug Fix] Prevent QS Crashes (#3877)

This commit is contained in:
Fryguy 2024-01-07 04:47:29 -05:00 committed by GitHub
parent 6ec09f300a
commit 2ed4effbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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