Quellcode durchsuchen

VLCLibrary: don't nil instance variable

This is evil as libvlc_release is async
Felix Paul Kühne vor 12 Jahren
Ursprung
Commit
57a77ca6b4
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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];
 }