Commit 2d48706d authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Fix a memory leak.

parent 47949afc
......@@ -977,6 +977,7 @@ static UINT get_tablecolumns( MSIDATABASE *db,
{
ERR("oops. data in the _Columns table isn't in the right "
"order for table %s\n", debugstr_w(szTableName));
msi_free_colinfo(colinfo, n+1 );
return ERROR_FUNCTION_FAILED;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment