msi: Fix a memory leak.

This commit is contained in:
Mike McCormack 2006-10-10 19:20:32 +09:00 committed by Alexandre Julliard
parent 47949afc35
commit 2d48706d74
1 changed files with 1 additions and 0 deletions

View File

@ -977,6 +977,7 @@ static UINT get_tablecolumns( MSIDATABASE *db,
{ {
ERR("oops. data in the _Columns table isn't in the right " ERR("oops. data in the _Columns table isn't in the right "
"order for table %s\n", debugstr_w(szTableName)); "order for table %s\n", debugstr_w(szTableName));
msi_free_colinfo(colinfo, n+1 );
return ERROR_FUNCTION_FAILED; return ERROR_FUNCTION_FAILED;
} }
} }