• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Memory Leak was Re: NSAppleEventManager problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Memory Leak was Re: NSAppleEventManager problems


  • Subject: Memory Leak was Re: NSAppleEventManager problems
  • From: Rosyna <email@hidden>
  • Date: Mon, 22 Oct 2001 08:19:31 -0700

There is definitely a Memory leak with NSAppleEventManager when it receives events. I changed it to use NSDistributedNotifications and the leak is gone, nothing in the function was changed at all.

Ack, at 10/19/01, Rosyna said:

I think i am having a memory leak when I use AppleEvent Handlers when installing them like this:

[[NSAppleEventManager sharedAppleEventManager] setEventHandler: self andSelector:@selector(zip:) forEventClass: 'CMMf' andEventID: 'zip '];

The implementation looks like this:

-(void) zip:(id)sender
{
if (added==NO && [[NSUserDefaults standardUserDefaults] boolForKey:NSLocalizedString(@"Show Menu",@"")])
[self installMenu];
added=YES;
}

The application receives an AppleEvent matching this criteria every 1.5 seconds (don't ask why, it's important that it does it this often) After a few seconds, the memory starts going up everytime it receives sad AppleEvent.

Any clues why it could be leaking (that's all its doing, installMenu isn't even being called.)
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug

Unsanity: Unsane Tools for Insane People


  • Follow-Ups:
    • Re: Memory Leak was Re: NSAppleEventManager problems
      • From: Mark Piccirelli <email@hidden>
References: 
 >Re: Pointers to methods (or functions, for that matter) (From: "John C. Randolph" <email@hidden>)
 >NSAppleEventManager problems (From: Rosyna <email@hidden>)

  • Prev by Date: Re: help with resource conversion
  • Next by Date: RE: what's not to like??
  • Previous by thread: Re: NSAppleEventManager problems
  • Next by thread: Re: Memory Leak was Re: NSAppleEventManager problems
  • Index(es):
    • Date
    • Thread