msi: Free each stream name when deleting the streams view.
This commit is contained in:
parent
a7fe36b327
commit
12134243c3
|
@ -402,6 +402,7 @@ static UINT STREAMS_delete(struct tagMSIVIEW *view)
|
|||
{
|
||||
if (sv->streams[i] && sv->streams[i]->stream)
|
||||
IStream_Release(sv->streams[i]->stream);
|
||||
msi_free(sv->streams[i]->name);
|
||||
msi_free(sv->streams[i]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue