[issue13013] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@gmail.com: Something that is allocated using PyTuple_Pack is not freed on one error path. -- files: python_patch1 messages: 144330 nosy: Suman.Saha priority: normal severity: normal status: open title: Resource is not released before returning from

[issue13014] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@gmail.com: Something that is allocated using PyList_New is not freed on one error path. -- files: python_patch2 messages: 144331 nosy: Suman.Saha priority: normal severity: normal status: open title: Resource is not released before returning from

[issue13015] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@gmail.com: Something that is allocated using PyDict_Type.tp_repr is not freed on one error path. -- files: python_patch3 messages: 144332 nosy: Suman.Saha priority: normal severity: normal status: open title: Resource is not released before

[issue13016] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@gmail.com: Something that is allocated using PySequence_Fast is not freed on one error path. -- files: python_patch4 messages: 144333 nosy: Suman.Saha priority: normal severity: normal status: open title: Resource is not released before returning

[issue13017] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@gmail.com: Something that is allocated using conv_content_model is not freed on one error path. -- files: python_patch5 messages: 144334 nosy: Suman.Saha priority: normal severity: normal status: open title: Resource is not released before

[issue13018] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@gmail.com: Something that is allocated using PyObject_CallObjec is not freed on one or more error paths. -- files: python_patch6 messages: 144335 nosy: Suman.Saha priority: normal severity: normal status: open title: Resource is not released before

[issue13019] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@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

[issue13020] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@gmail.com: Something that is allocated using PySequence_Fast is not freed on one error path. -- files: python_patch8 messages: 144337 nosy: Suman.Saha priority: normal severity: normal status: open title: Resource is not released before returning

[issue13021] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@gmail.com: Something that is allocated using PyUnicode_DecodeFSDefault is not freed on one error path. -- files: python_patch9 messages: 144338 nosy: Suman.Saha priority: normal severity: normal status: open title: Resource is not released before