FROM : <java_nutt
DATE : Wed Apr 06 13:03:05 2005
Are you attempting to release said newly created NSString? I only ask because I had a bug once that was crashing my application because I was trying to release an NSString that was created with a convenience method like yours was, not aware that objects created with convenience methods are autoreleased.
Food for thought. Sorry if that isn't the answer.
James
DATE : Wed Apr 06 13:03:05 2005
Are you attempting to release said newly created NSString? I only ask because I had a bug once that was crashing my application because I was trying to release an NSString that was created with a convenience method like yours was, not aware that objects created with convenience methods are autoreleased.
Food for thought. Sorry if that isn't the answer.
James
| Related mails | Author | Date |
|---|---|---|
| Gregory Weston | Apr 6, 12:46 | |
| <java_nutt | Apr 6, 13:03 | |
| M. Uli Kusterer | Apr 6, 13:37 | |
| Ondra Cada | Apr 6, 13:41 | |
| Angela Brett | Apr 6, 13:42 | |
| Jonathon Mah | Apr 6, 14:02 | |
| Gregory Weston | Apr 6, 15:54 | |
| daniel | Apr 6, 18:31 | |
| daniel | Apr 6, 18:47 |






Cocoa mail archive

