Przeglądaj źródła

fixed double free

Felix Paul Kühne 12 lat temu
rodzic
commit
3fc3cdc1b8
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Sources/VLCEventManager.m

+ 0 - 1
Sources/VLCEventManager.m

@@ -159,7 +159,6 @@ static void * EventDispatcherMainLoop(void * user_data)
             [self performSelectorOnMainThread:@selector(callObjectMethodWithArgs:)
                                    withObject:dataMessage
                                 waitUntilDone: YES];
-        [dataMessage autorelease];
 
         [pool drain];
     }