[Biopython-dev] [Bug 3010] Bio.KDTree is leaking memory
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Sat Sep 18 16:35:02 UTC 2010
http://bugzilla.open-bio.org/show_bug.cgi?id=3010
biopython-bugzilla at maubp.freeserve.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #5 from biopython-bugzilla at maubp.freeserve.co.uk 2010-09-18 12:35 EST -------
Bug fix was to free tree->_data_point_list in KDTree_destroy, committed here:
http://github.com/biopython/biopython/commit/285c085d9f0476eaefcc1049e36285f2d3b9b54f
Unit tests look good - marking as fixed.
P.S. To compile this C test on Linux, put it in the Bio/KDTree directory and:
gcc test_kdtree.c KDTree.c -lm -o test
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list