> > Q2: Must I do free(my_array); at end of function??
> unless some other part of your program holds on to it

F.

Thanks!  If I understand you correctly then I never have
to do free(my_array); because all the elements
of my_array are still being used and appended to other
structures elsewhere right?

As long as each element of my_array is managed
properly and freed properly there is  NEVER any
reason to worry about fact that free(my_array)
will never get run right?


cs

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to