Re: Sample MultiColumn Text Code Posted - With BUG!
Re: Sample MultiColumn Text Code Posted - With BUG!
- Subject: Re: Sample MultiColumn Text Code Posted - With BUG!
- From: Scott Anguish <email@hidden>
- Date: Mon, 9 Dec 2002 21:21:37 -0500
you're leaking on this line
f_tct_header_string = [[p_str copy] retain];
the copy does a retain
I did manage to get it to stop crashing, but going back to find out
what I did, it was still crashing... it's definitely a retain issue
you could make it much cleaner to find if there were accessors for some
things like the storage you use.. :-)
_______________________________________________
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.