[Bug 785429] New: gstwavparse: Possible memory leak in gstwavparse.c
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 26 07:07:42 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=785429
Bug ID: 785429
Summary: gstwavparse: Possible memory leak in gstwavparse.c
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: minor
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: srivastava.d at samsung.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 356398
--> https://bugzilla.gnome.org/attachment.cgi?id=356398&action=edit
Patch file
Below declaration has been done in gstwavparse.h
GList *notes;
and for this memory is allocated in gst_wavparse_note_chunk() in gstwavparse.c,
which is not released in gst_wavparse_reset ().
Patch file is attached.
Please provide your feedback.
--
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