Commit 0d0b72d6 authored by Joseph Tulou's avatar Joseph Tulou Committed by Rémi Denis-Courmont

libvlc: Fix event manager leak in media_discoverer

Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent 0ce0cc9f
......@@ -236,6 +236,7 @@ libvlc_media_discoverer_release( libvlc_media_discoverer_t * p_mdis )
free( all_keys );
vlc_dictionary_clear( &p_mdis->catname_to_submedialist, NULL, NULL );
libvlc_event_manager_release( p_mdis->p_event_manager );
free( p_mdis );
}
......
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