[New-bugs-announce] [issue13019] Resource is not released before returning from the functiion

Suman Saha report at bugs.python.org
Tue Sep 20 16:56:51 CEST 2011


New submission from Suman Saha <sumsaha at gmail.com>:

1. Something that is allocated using PyObject_GetIter is not freed on one error path.
2. Something that is allocated using PyByteArray_FromStringAndSize is not freed on one error path

----------
files: python_patch7
messages: 144336
nosy: Suman.Saha
priority: normal
severity: normal
status: open
title: Resource is not released before returning from the functiion
type: resource usage
Added file: http://bugs.python.org/file23204/python_patch7

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


More information about the New-bugs-announce mailing list