Преглед на файлове

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

Pierre d'Herbemont преди 16 години
родител
ревизия
495cb99f8b
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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];