Просмотр исходного кода

VLCLibrary: don't nil instance variable

This is evil as libvlc_release is async
Felix Paul Kühne 12 лет назад
Родитель
Сommit
57a77ca6b4
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Sources/VLCLibrary.m

+ 0 - 1
Sources/VLCLibrary.m

@@ -168,7 +168,6 @@ static VLCLibrary * sharedLibrary = nil;
     if (self == sharedLibrary)
         sharedLibrary = nil;
 
-    instance = nil;
     [super dealloc];
 }