diff options
| -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; | 
|  | index : Base-Windowed-Application | |
| A template for new minimal Mac OS Cocoa applications | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | src/main.m | 1 | 
| @@ -15,6 +15,7 @@ int main() {  	[application setDelegate:app_delegate];  	[application run]; +	[app_delegate release];  	[pool drain];  	return EXIT_SUCCESS; |