mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
msi: Set media info strings to NULL after freeing them.
This commit is contained in:
parent
85bd53a675
commit
5606428a71
@ -313,6 +313,9 @@ static INT_PTR cabinet_notify(FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin)
|
||||
msi_free(mi->disk_prompt);
|
||||
msi_free(mi->cabinet);
|
||||
msi_free(mi->volume_label);
|
||||
mi->disk_prompt = NULL;
|
||||
mi->cabinet = NULL;
|
||||
mi->volume_label = NULL;
|
||||
|
||||
mi->disk_id++;
|
||||
mi->is_continuous = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user