Commit e7754805 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix memleak (#2350).

parent 11fa5c5c
......@@ -971,6 +971,7 @@ static void PlayBookmark( intf_thread_t *p_intf, int i_num )
free( psz_uri );
FOREACH_END();
PL_UNLOCK;
free( psz_bookmark );
vlc_object_release( p_playlist );
}
......
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