msi: Fix a memory leak.
This commit is contained in:
parent
47949afc35
commit
2d48706d74
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue