[issue15728] Leak in PyUnicode_AsWideCharString()

2012-08-19 Thread Stefan Krah
Changes by Stefan Krah : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue15728] Leak in PyUnicode_AsWideCharString()

2012-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2703171ddf53 by Stefan Krah in branch 'default': Issue #15728: Fix leak in PyUnicode_AsWideCharString(). Found by Coverity. http://hg.python.org/cpython/rev/2703171ddf53 -- nosy: +python-dev ___ Python tr

[issue15728] Leak in PyUnicode_AsWideCharString()

2012-08-19 Thread Stefan Krah
Stefan Krah added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue15728] Leak in PyUnicode_AsWideCharString()

2012-08-19 Thread Martin v . Löwis
Martin v. Löwis added the comment: LGTM. -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue15728] Leak in PyUnicode_AsWideCharString()

2012-08-19 Thread Stefan Krah
New submission from Stefan Krah: Coverity found a leak in PyUnicode_AsWideCharString(). Patch attached. -- components: Interpreter Core files: aswidechar-leak.diff keywords: patch messages: 168584 nosy: haypo, skrah priority: normal severity: normal stage: patch review status: open title