mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[8473] Fixed a memory leak in 8441.
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
d6e4fc2864
commit
7db230df55
2 changed files with 2 additions and 2 deletions
|
|
@ -217,7 +217,7 @@ bool Database::CheckRequiredField( char const* table_name, char const* required_
|
|||
}
|
||||
}
|
||||
|
||||
delete result;
|
||||
delete result2;
|
||||
|
||||
if(!reqName.empty())
|
||||
sLog.outErrorDb("Table `%s` have field `%s` but expected `%s`! Not all sql updates applied?",table_name,reqName.c_str(),required_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue