Rémi Denis-Courmont 14 лет назад
Родитель
Сommit
0b1ad93638
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Sources/VLCExtensionsManager.m

+ 0 - 1
Sources/VLCExtensionsManager.m

@@ -77,7 +77,6 @@ static VLCExtensionsManager *sharedManager = nil;
             vlc_object_release(libvlc);
             return nil;
         }
-        vlc_object_attach(_instance, libvlc);
 
         _instance->p_module = module_need(_instance, "extension", NULL, false);
         NSAssert(_instance->p_module, @"Unable to load extensions module");