pizibing / topmod

Automatically exported from code.google.com/p/topmod
0 stars 0 forks source link

memory leak in dlfl_walk #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
calling dlfl_walk leaks memory because Py_BuildValue increases reference
counts to vlist, elist.
Attached a patch from a recent trunk to fix the bug.

Original issue reported on code.google.com by ideasma...@gmail.com on 16 Jul 2008 at 5:49

Attachments:

GoogleCodeExporter commented 9 years ago
I went ahead and applied the patch. Let me know if you would like to be a 
contributor
to the project, otherwise, feel free to attach patches and I will apply them as 
soon
as I can. 

Let me know if the file looks correct now. Thanks for your help,

Dave Morris

Original comment by dvmor...@gmail.com on 17 Jul 2008 at 3:16