[Bug 741943] glimagesink (or intel_dri) memleak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 25 14:12:41 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=741943
  GStreamer | gst-plugins-bad | git

--- Comment #3 from Nicola <lists at svrinformatica.it> 2014-12-25 22:12:39 UTC ---
Created an attachment (id=293345)
 View: https://bugzilla.gnome.org/attachment.cgi?id=293345
 Review: https://bugzilla.gnome.org/review?bug=741943&attachment=293345

fix a leak in glcolorconvert

after these two patches the only valgrind warning I see is this:

==14266== 408 bytes in 1 blocks are definitely lost in loss record 1,992 of
2,068
==14266==    at 0x4C29F90: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==14266==    by 0x400CFEF: _dl_map_object_deps (in /usr/lib/ld-2.20.so)
==14266==    by 0x4013519: dl_open_worker (in /usr/lib/ld-2.20.so)
==14266==    by 0x400F0F3: _dl_catch_error (in /usr/lib/ld-2.20.so)
==14266==    by 0x4012E92: _dl_open (in /usr/lib/ld-2.20.so)
==14266==    by 0x5DC0038: ??? (in /usr/lib/libdl-2.20.so)
==14266==    by 0x400F0F3: _dl_catch_error (in /usr/lib/ld-2.20.so)
==14266==    by 0x5DC0608: ??? (in /usr/lib/libdl-2.20.so)
==14266==    by 0x5DC00D0: dlopen (in /usr/lib/libdl-2.20.so)
==14266==    by 0x56A6981: g_module_open (in
/usr/lib/libgmodule-2.0.so.0.4200.1)
==14266==    by 0x4EABD03: gst_plugin_load_file (gstplugin.c:736)
==14266==    by 0x4EACADE: gst_plugin_load_by_name (gstplugin.c:1256)
==14266==    by 0x4EAD3EC: gst_plugin_feature_load (gstpluginfeature.c:111)
==14266==    by 0x4E8A018: gst_element_factory_create (gstelementfactory.c:352)
==14266==    by 0x4E8A369: gst_element_factory_make (gstelementfactory.c:446)
==14266==    by 0x4EED0B1: priv_gst_parse_yyparse (grammar.y:687)
==14266==    by 0x4EEE09D: priv_gst_parse_launch (grammar.y:1049)
==14266==    by 0x4EE574E: gst_parse_launch_full (gstparse.c:325)
==14266==    by 0x4EE59D1: gst_parse_launchv_full (gstparse.c:262)
==14266==    by 0x4034A0: main (gst-launch.c:993)


that does not seems a real leak

-- 
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