mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
Fix another memory leak.
This commit is contained in:
parent
b9a3a7a1f9
commit
0c9468d66b
@ -458,6 +458,7 @@ static struct media_info *create_media_info( void )
|
||||
|
||||
static void free_media_info( struct media_info *mi )
|
||||
{
|
||||
msi_free( mi->last_path );
|
||||
msi_free( mi );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user