@@ -120,10 +120,12 @@ delegate = [[cls alloc] init]; [app setDelegate: delegate]; [app OF_run]; + + [delegate release]; return 0; } @implementation OFApplication