소스 검색

VLCLibrary: don't nil instance variable

This is evil as libvlc_release is async
Felix Paul Kühne 12 년 전
부모
커밋
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];
 }