Re: Unable to Terminate Application
Re: Unable to Terminate Application
- Subject: Re: Unable to Terminate Application
- From: Markus Hitter <email@hidden>
- Date: Tue, 30 Mar 2004 23:19:52 +0200
Am 30.03.2004 um 22:04 schrieb Frederick C. Lee:
- (void)dealloc
{
NSLog(@"Inside dealloc.");
[NSApp terminate];
Are you sure this is good design? From within the child you try to
terminate the parent. The parent whould try to deallocate the child
again ... until stack fills up ...
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.