I have some method which, I suspect retain / release object an incorrect number of times...
pseudo code like that seems to be the problem:

NSAutoreleasePool *pool = [[pool alloc] init];
NMMapsDoc *doc = [[NMFileIO loadDocumentFromFile:....] retain];
[pool release];

Is there anyway for me to track what's allocated, deallocated and wrongfully freed?

Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>

_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to