Search found 2 matches

by alyxx
Mon Jan 26, 2009 1:50 am
Forum: Growl
Topic: Just Leaking
Replies: 1
Views: 3621

Re: Just Leaking

problem solved, I was running code outside of a NSApp autorelease pool.

Enclosing my code in a:

Code: Select all

NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
// Do work here
[pool drain];
solved everything!
by alyxx
Mon Jan 26, 2009 1:26 am
Forum: Growl
Topic: Just Leaking
Replies: 1
Views: 3621

Just Leaking

I'm developing a Cocoa app and I'm using the Growl framework to display some notifications. While examining my console output I noticed a lot of the following "just leaking" logged messages: 2009-01-25 20:19:13.631 iCue[66459:10b] *** _NSAutoreleaseNoPool(): Object 0x10c670 of class NSPath...