diff options
author | Teddy Wing | 2023-08-14 02:34:25 +0200 |
---|---|---|
committer | Teddy Wing | 2023-08-14 02:34:25 +0200 |
commit | 4c0803805b0d639f926156df0714f0fb1489a6f1 (patch) | |
tree | a5e951ca12dcf32ded88fdc3c7d8b22957adf1a7 | |
parent | 6337fd567e99229a5eae69dbdf95ff94b973d9e7 (diff) | |
download | Base-Windowed-Application-4c0803805b0d639f926156df0714f0fb1489a6f1.tar.bz2 |
main: Release AppDelegate
Forgot this when I added it.
-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; |