Explorar o código

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

Pierre d'Herbemont %!s(int64=16) %!d(string=hai) anos
pai
achega
495cb99f8b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Sources/VLCMediaListPlayer.m

+ 1 - 0
Sources/VLCMediaListPlayer.m

@@ -31,6 +31,7 @@
 
 - (void)dealloc
 {
+    libvlc_media_list_player_release(instance);
     [_mediaPlayer release];
     [_rootMedia release];
     [super dealloc];