[gstreamer-bugs] [Bug 318684] New: [PATCH] reference leaks when using PyList_Append to populate a list

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Oct 12 08:42:40 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=318684
 GStreamer | gst-python | Ver: HEAD CVS

           Summary: [PATCH] reference leaks when using PyList_Append to
                    populate a list
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: alessandro at nnva.org
         QAContact: johan at gnome.org
                CC: all-bugs at bugzilla.gnome.org


in gst-python PyList_Append is used to populate a list with newly created
objects. PyList_Append doesn't steal the reference of the new object. The
function provided by python to support that idiom is PyList_SetItem.

------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list