[Bug 702837] New: dashdemux: Cleanup use of xmlFree vs g_free
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jun 21 14:54:06 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=702837
GStreamer | gst-plugins-bad | 1.x
Summary: dashdemux: Cleanup use of xmlFree vs g_free
Classification: Platform
Product: GStreamer
Version: 1.x
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: greg at gsr-tek.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
In several places in gstmpdparser.c, the code is using g_free() where it should
be using xmlFree since the memory was allocated by the libxml2 library. I will
provide a patch shortly.
--
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