mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
msi: Fix a memory leak.
This commit is contained in:
parent
9f68142118
commit
ddb2091623
@ -505,7 +505,10 @@ static INT add_streams_to_table(MSISTREAMSVIEW *sv)
|
||||
break;
|
||||
|
||||
if (stat.type != STGTY_STREAM)
|
||||
{
|
||||
CoTaskMemFree(stat.pwcsName);
|
||||
continue;
|
||||
}
|
||||
|
||||
/* table streams are not in the _Streams table */
|
||||
if (*stat.pwcsName == 0x4840)
|
||||
|
Loading…
Reference in New Issue
Block a user