Commit d2fe01aa authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Free each storage name when deleting the storages view.

parent 3188792a
......@@ -437,6 +437,7 @@ static UINT STORAGES_delete(struct tagMSIVIEW *view)
if (sv->storages[i]->storage)
IStorage_Release(sv->storages[i]->storage);
msi_free(sv->storages[i]->name);
msi_free(sv->storages[i]);
}
......
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