win32file.AllocateReadBuffer(..)

Spencer Ernest Doidge spencer at efn.org
Thu Feb 21 17:52:13 EST 2002


If I call win32file.AllocateReadBuffer(..) in a method that gets called
repeatedly and terminates each time it is done, will I have a memory leak
if I don't somehow free the allocated memory before concluding the run of
the method? Or does the memory get de-allocated automagically when the
method is finished running?

Spencer Doidge
www.spencerdoidge.com




More information about the Python-list mailing list