aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.m b/src/main.m
index 5316dc2..f3b8c1d 100644
--- a/src/main.m
+++ b/src/main.m
@@ -15,6 +15,7 @@ int main() {
[application setDelegate:app_delegate];
[application run];
+ [app_delegate release];
[pool drain];
return EXIT_SUCCESS;