Fix some recently added tabs to spaces and fix mem leak - patch provided by Onkelz

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-09-09 13:04:58 -04:00
parent 35627d68ed
commit ada432aa76
2 changed files with 2 additions and 3 deletions

View File

@@ -219,7 +219,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);