Browse Source

fixed double free

Felix Paul Kühne 12 years ago
parent
commit
3fc3cdc1b8
1 changed files with 0 additions and 1 deletions
  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];
     }