[gstreamer-bugs] [Bug 334995] New: [goom] zoom filter leaked

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Mar 18 06:20:41 PST 2006


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=334995
 GStreamer | gst-plugins-good | Ver: HEAD CVS

           Summary: [goom] zoom filter leaked
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: pborelli at katamail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


==6834== 80 bytes in 1 blocks are definitely lost in loss record 92 of 234
==6834==    at 0x401C422: malloc (vg_replace_malloc.c:149)
==6834==    by 0x73D99ED: zoomFilterNew (filters.c:69)
==6834==    by 0x73D8AAA: goom_init (goom_core.c:42)
==6834==    by 0x73D7CAA: gst_goom_init (gstgoom.c:185)
==6834==    by 0x4D69A81: g_type_create_instance (gtype.c:1567)
==6834==    by 0x4D501A1: g_object_constructor (gobject.c:1015)
==6834==    by 0x4D50814: g_object_newv (gobject.c:912)
==6834==    by 0x4D513A4: g_object_new_valist (gobject.c:955)
==6834==    by 0x4D5154D: g_object_new (gobject.c:793)
==6834==    by 0x4B5233A: gst_element_factory_create (gstelementfactory.c:382)



void
goom_init (GoomData * goomdata, guint32 resx, guint32 resy)
{
  ...
  goomdata->zfd = zoomFilterNew ();

is never freed afaics.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list