Commit f364cfb4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: VLCMediaListPlayer, don't leak the instance.

parent b5643690
......@@ -31,6 +31,7 @@
- (void)dealloc
{
libvlc_media_list_player_release(instance);
[_mediaPlayer release];
[_rootMedia release];
[super dealloc];
......
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