Hello Community, I developed a Library based on gnustep base. I am now running it under valgrind. I am getting memory leaks detected when I do a [aNsString cString]. From what I read in the API docs, the returned char* is not owned by my code, so I do a [aNsString release] after using it.
Can anyone shed some light into this ? Thanks, Regards Daniel Santos
