[issue26474] ctypes: Memory leak at malloc_closure.c

Brett Cannon report at bugs.python.org
Thu Mar 3 12:11:21 EST 2016


Brett Cannon added the comment:

As Victor pointed out, it's a cache so it's not meant to free its initially allocated memory but to reuse it.

Closing this as "not a bug".

----------
nosy: +brett.cannon
resolution:  -> not a bug
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26474>
_______________________________________


More information about the Python-bugs-list mailing list