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

This commit is contained in:
James Hawkins 2009-12-13 19:36:03 -08:00 committed by Alexandre Julliard
parent 3188792a30
commit d2fe01aa32
1 changed files with 1 additions and 0 deletions

View File

@ -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]);
}