Open GoogleCodeExporter opened 9 years ago
Leak is on line 1291. The fix is present but commented out.
1291 NSString *methodBeingCalled = [[NSString alloc]
initWithUTF8String:methodName];
1292 // NSString *methodBeingCalled = [NSString
stringWithUTF8String:methodName];
Switching to the autoreleased version of methodBeingCalled doesn't cause me any errors and fixes the leak.
Original comment by rog.no...@gmail.com
on 13 Mar 2009 at 3:21
Maybe someone wanted to remove all autoreleased stuff and forgot the
corresponding release call...
Please fix this soon.
Original comment by fab...@fabian-kreiser.com
on 13 Mar 2009 at 7:34
Original issue reported on code.google.com by
fab...@fabian-kreiser.com
on 6 Mar 2009 at 8:38