[Bug 755141] typefindelement: fix buffer leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 17 10:14:44 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755141

Eunhae Choi <eunhae1.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #311518|0                           |1
        is obsolete|                            |

--- Comment #8 from Eunhae Choi <eunhae1.choi at samsung.com> ---
Created attachment 311574
  --> https://bugzilla.gnome.org/attachment.cgi?id=311574&action=edit
typefindelement: fix buffer leak

I attached the test command below and I modified the patch/description.
In my test case, the gst_pad_pull_range() return without error but the
following gst_pad_push return error so the buffer which was allocated in
gst_pad_pull_range() is not being freed.


This is the test command with gst-launch. (instead of test app)

G_SLICE=always-malloc valgrind --trace-children=yes --tool=memcheck
--leak-check=full --leak-resolution=high --num-callers=20 gst-launch-1.0
playbin
uri=file:///home/eunhae/workspace/05_sample/issue/Sherlock.1x02.The.Blind.Banker.HDTV.XviD-FoV.smi
audio-sink='fakesink sync=true' video-sink='fakesink sync=true'

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