Explorar el Código

fixed double free

Felix Paul Kühne hace 12 años
padre
commit
3fc3cdc1b8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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];
     }