Commit 0c9468d6 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Fix another memory leak.

parent b9a3a7a1
......@@ -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 );
}
......
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