Core&Tools: Fix multiple issues found by a static code coverage tool

This commit is contained in:
Nay
2013-08-24 22:56:29 +01:00
parent 61016dcc66
commit 12973de799
23 changed files with 93 additions and 47 deletions

View File

@@ -60,6 +60,9 @@ m_length(NULL)
if (mysql_stmt_store_result(m_stmt))
{
TC_LOG_WARN(LOG_FILTER_SQL, "%s:mysql_stmt_store_result, cannot bind result from MySQL server. Error: %s", __FUNCTION__, mysql_stmt_error(m_stmt));
delete[] m_rBind;
delete[] m_isNull;
delete[] m_length;
return;
}