mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
gst/registries/gstxmlregistry.c: Fix memleak (#163801).
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/registries/gstxmlregistry.c: (gst_xml_registry_load): Fix memleak (#163801).
This commit is contained in:
parent
c0ea459eae
commit
d4fec072e7
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-01-17 Luca Ognibene <luogni@tin.it>
|
||||||
|
|
||||||
|
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
|
||||||
|
Fix memleak (#163801).
|
||||||
|
|
||||||
2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link):
|
* gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link):
|
||||||
|
|
|
@ -698,6 +698,7 @@ gst_xml_registry_load (GstRegistry * registry)
|
||||||
|
|
||||||
CLASS (xmlregistry)->close_func (xmlregistry);
|
CLASS (xmlregistry)->close_func (xmlregistry);
|
||||||
|
|
||||||
|
g_markup_parse_context_free (xmlregistry->context);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue