2 Jan
2008
2 Jan
'08
3:38 a.m.
On Jan 1, 2008 6:56 PM, Dan McGee <dpmcgee@gmail.com> wrote:
Lesson to be learned here: know whether your function allocates new objects or not, and ensure ALL return paths do it the same way. Then be sure to check that the calling function does a free if necessary.
Weird. The lesson learned in my eyes is to stick with python ;-) Scott