[gstreamer-bugs] [Bug 168133] New: [PATCH] [jpegenc] Memory leaks

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Feb 22 02:10:54 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=168133
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: [PATCH] [jpegenc] Memory leaks
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: luogni at tin.it
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


valgrind --num-callers=10 --leak-check=yes gst-launch-0.8 videotestsrc !
video/x-raw-rgb,width=320,height=240 ! ffmpegcolorspace ! jpegenc ! fakesink

==8094== 84 bytes in 1 blocks are definitely lost in loss record 7 of 23
==8094==    at 0x1B904EDD: malloc (vg_replace_malloc.c:131)
==8094==    by 0x1C48C20D: jinit_memory_mgr (in
/usr/local/lib/gstreamer-0.8/libgstjpeg.so)
==8094==    by 0x1C47376D: jpeg_CreateCompress (in
/usr/local/lib/gstreamer-0.8/libgstjpeg.so)
==8094==    by 0x1C4701D1: gst_jpegenc_init (gstjpegenc.c:213)
==8094==    by 0x1BC1AA59: g_type_create_instance (gtype.c:1596)
==8094==    by 0x1BC078FE: ??? (gobject.c:1045)
==8094==    by 0x1B930C17: gst_object_constructor (gstobject.c:197)
==8094==    by 0x1BC070CD: g_object_newv (gobject.c:942)
==8094==    by 0x1BC0789A: g_object_new_valist (gobject.c:985)
==8094==    by 0x1BC06DBA: g_object_new (gobject.c:823)

==24109== 21616 bytes in 73 blocks are definitely lost in loss record 86
of 99
==24109==    at 0x1B904EDD: malloc (vg_replace_malloc.c:131)
==24109==    by 0x1B905986: realloc (vg_replace_malloc.c:189)
==24109==    by 0x1B970960: g_realloc (gmem.c:170)
==24109==    by 0x1CC9E2EA: gst_jpegenc_resync (gstjpegenc.c:333)
==24109==    by 0x1CC9E1C6: gst_jpegenc_link (gstjpegenc.c:285)
==24109==    by 0x1BB810C4: gst_pad_link_call_link_functions
(gstpad.c:1343)
==24109==    by 0x1BB8157A: gst_pad_link_try (gstpad.c:1410)
==24109==    by 0x1C6EC2CE: gst_ffmpegcsp_chain
(gstffmpegcolorspace.c:386)
==24109==    by 0x1BB8AAE0: gst_pad_call_chain_function (gstpad.c:4496)
==24109==    by 0x1BB87A64: gst_pad_push (gstpad.c:3298)
==24109==    by 0x1CDCEB60: gst_pixbufscale_chain (pixbufscale.c:418)
==24109==    by 0x1BB8AAE0: gst_pad_call_chain_function (gstpad.c:4496)
==24109==    by 0x1BB87A64: gst_pad_push (gstpad.c:3298)
==24109==    by 0x1C6EC2BB: gst_ffmpegcsp_chain
(gstffmpegcolorspace.c:389)
==24109==    by 0x1BB8AAE0: gst_pad_call_chain_function (gstpad.c:4496)
==24109==

(okok, the output is not from the command line above! i've lost gnome-terminal
buffer and i've pasted old logs..)

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




More information about the Gstreamer-bugs mailing list