[gstreamer-bugs] [Bug 500903] New: Leak in gst_navigation_send_mouse_event

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Dec 1 10:44:09 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=500903

  GStreamer | gstreamer (core) | Ver: HEAD CVS
           Summary: Leak in gst_navigation_send_mouse_event
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bugzilla at tecnocode.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Valgrind log:

==28618== 960 bytes in 24 blocks are definitely lost in loss record 15,585 of
18,638
==28618==    at 0x4C1FFFC: calloc (vg_replace_malloc.c:279)
==28618==    by 0xE4A6043: g_malloc0 (gmem.c:150)
==28618==    by 0xC98FDC2: gst_structure_id_empty_new_with_size
(gststructure.c:116)
==28618==    by 0xC98FF28: gst_structure_empty_new (gststructure.c:183)
==28618==    by 0xC990329: gst_structure_new_valist (gststructure.c:238)
==28618==    by 0xC9903FE: gst_structure_new (gststructure.c:209)
==28618==    by 0xC513A9D: gst_navigation_send_mouse_event (navigation.c:87)
==28618==    by 0x4386EE: bacon_video_widget_motion_notify
(bacon-video-widget-gst-0.10.c:765)
==28618==    by 0x978508B: _gtk_marshal_BOOLEAN__BOXED (gtkmarshalers.c:84)
==28618==    by 0xE23450F: g_type_class_meta_marshal (gclosure.c:567)
==28618==    by 0xE235E45: g_closure_invoke (gclosure.c:490)
==28618==    by 0xE246A82: signal_emit_unlocked_R (gsignal.c:2478)

Looks like the GstStructure created in gst_navigation_send_mouse_event doesn't
get unreffed, although I haven't looked into it too closely.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=500903.




More information about the Gstreamer-bugs mailing list