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