Kaydet (Commit) f74bbb4c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use autorelease block

Change-Id: I7c3c8fcc81297ca97474b2b9482d40b47688febd
üst dc234a1d
......@@ -40,11 +40,11 @@
{
(void) argument;
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
@autoreleasepool {
lo_initialize();
[pool release];
}
}
- (void)applicationWillResignActive:(UIApplication *)application
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment