[issue29034] Fix memory leak in path_converter

Xiang Zhang report at bugs.python.org
Wed Dec 21 06:20:03 EST 2016


Xiang Zhang added the comment:

v2 applies the comments. And another separate change is to change PyUnicode_AsWideCharString to PyUnicode_AsUnicodeAndSize.

----------
title: refleak in path_converter on error case -> Fix memory leak in path_converter
Added file: http://bugs.python.org/file45983/path_converter-v2.patch

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


More information about the Python-bugs-list mailing list