Re: STILL: HELP!!! Memory Leak I can't find in (BOOL)application:(NSApplication *)sender openFile:
Re: STILL: HELP!!! Memory Leak I can't find in (BOOL)application:(NSApplication *)sender openFile:
- Subject: Re: STILL: HELP!!! Memory Leak I can't find in (BOOL)application:(NSApplication *)sender openFile:
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 5 Apr 2002 18:45:33 +0100
On Thursday, April 4, 2002, at 11:45 PM, Chris Roberts wrote:
The code Now reads and the symptoms are the same????
- (BOOL)application:(NSApplication *)sender openFile:(NSString
*)filename
{
[self LoadPackageInfo:filename];
return YES;
}
You are doing something wrong in "LoadPackageInfo" (as a sidenote, it's
normal for Obj-C method names to begin with a lowercase letter).
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.