diff options
Diffstat (limited to 'src/main.m')
-rw-r--r-- | src/main.m | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ int main() { [application setDelegate:app_delegate]; [application run]; + [app_delegate release]; [pool drain]; return EXIT_SUCCESS; |