How to nail down a memory leak?
How to nail down a memory leak?
- Subject: How to nail down a memory leak?
- From: Martin Kautz <email@hidden>
- Date: Tue, 27 Jan 2004 11:53:03 +0100
I've written a simple cocoa application which implements a class containing
a couple of string manipulation.
Now I'm trying to nail down a single memory leak... The class itself seems
to be okay, but I alway get this:
q16:~ martin$ leaks 1027
Process 1027: 11375 nodes malloced for 1100 KB
Process 1027: 1 leak for 0 total leaked bytes.
Leak: 0x003277d0 size=16
0x00311e40 0x00000002 0x003272e0 0x00010001
Could someone help me to nail down this leak?
It's no big deal - just a controller class handling the interface and the
mentioned text manipulation class...
Regards,
Martin
_______________________________________________
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.