浏览代码

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];
 }