msi: Fix a memory leak.
This commit is contained in:
parent
155a325f96
commit
6eea50394e
|
@ -326,6 +326,8 @@ static UINT JOIN_delete( struct tagMSIVIEW *view )
|
|||
msi_free( jv->pairs );
|
||||
jv->pairs = NULL;
|
||||
|
||||
msi_free( jv );
|
||||
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue