Pārlūkot izejas kodu

fixed double free

Felix Paul Kühne 12 gadi atpakaļ
vecāks
revīzija
3fc3cdc1b8
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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];
     }