gst/gstregistryxml.c: Strings allocated by libxml2 should be freed with xmlFree(...
authorFabrizio Gennari <fabrizio.ge@tiscali.it>
Sat, 1 Mar 2008 11:21:30 +0000 (11:21 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 1 Mar 2008 11:21:30 +0000 (11:21 +0000)
commit96aa08f00835f5179b8caba3cb35f5143525c05d
tree3e198531e251a5b2c1a67c78bf8ee1a4b796daa9
parent97bf2d2d78ef64619418527cf03e6960bab69467
gst/gstregistryxml.c: Strings allocated by libxml2 should be freed with xmlFree(), not with g_free(). Fixes issues on...

Original commit message from CVS:
Patch by: Fabrizio Gennari <fabrizio.ge at tiscali it>
* gst/gstregistryxml.c: (read_string), (load_feature):
Strings allocated by libxml2 should be freed with xmlFree(), not
with g_free(). Fixes issues on windows in certain contexts (#519698).
ChangeLog
gst/gstregistryxml.c