[7725] Fixed memory leak in PlayerDumpWriter.

This commit is contained in:
AlexDereka 2009-04-27 20:53:55 +04:00
parent f8e0fc7dbc
commit 14b49d1fd6
2 changed files with 3 additions and 1 deletions

View file

@ -356,6 +356,8 @@ std::string PlayerDumpWriter::GetDump(uint32 guid)
}
else
sLog.outError("Table 'character_db_version' not have revision guard field, revision guard query not added to pdump.");
delete result;
}
else
sLog.outError("Character DB not have 'character_db_version' table, revision guard query not added to pdump.");