[Bug 681913] gst_init_check cause memory leak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 15 07:22:41 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=681913
  GStreamer | gstreamer (core) | 0.10.36

--- Comment #2 from Dror Asaf <dror at jungo.com> 2012-08-15 14:22:36 UTC ---
After installation, this is the output from valgrind:

8,192 bytes in 1 blocks are definitely lost in loss record 3,072 of 3,162
==24518==    at 0x4028308: malloc (vg_replace_malloc.c:263)
==24518==    by 0x409E3AA: standard_malloc (gmem.c:85)
==24518==    by 0x409E722: g_malloc (gmem.c:159)
==24518==    by 0x409E9CA: g_malloc_n (gmem.c:361)
==24518==    by 0x407CD4F: g_quark_from_static_string (gdataset.c:1281)
==24518==    by 0x44237A3: g_type_init_with_debug_flags (gtype.c:4305)
==24518==    by 0x442397A: g_type_init (gtype.c:4388)
==24518==    by 0x4321810: gst_init_check (in
/usr/lib/i386-linux-gnu/libgstreamer-0.10.so.0.30.0)
==24518==    by 0x445DE45: (below main) (libc-start.c:228)

It is a one-time allocation since the call to gst_init_check is done only once.

-- 
Configure bugmail: https://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