Nevermind
Nevermind
- Subject: Nevermind
- From: Dan Huntsinger <email@hidden>
- Date: Mon, 05 Nov 2001 12:55:49 -0800
I just realized that my last message about NSImage initialization was pretty
dumb. I think I found my problem. The "title" string that I'm releasing
was never actually allocated, and so doesn't need releasing, hence the
access error and crash. I guess was treating the "pathForImageResource"
method like a convenience constructor for the string, when it is not.
Please correct me if I'm wrong.
Thanks,
Dan