aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2023-08-14 02:34:25 +0200
committerTeddy Wing2023-08-14 02:34:25 +0200
commit4c0803805b0d639f926156df0714f0fb1489a6f1 (patch)
treea5e951ca12dcf32ded88fdc3c7d8b22957adf1a7 /src
parent6337fd567e99229a5eae69dbdf95ff94b973d9e7 (diff)
downloadBase-Windowed-Application-4c0803805b0d639f926156df0714f0fb1489a6f1.tar.bz2
main: Release AppDelegate
Forgot this when I added it.
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;