diff options
Diffstat (limited to 'e-util/e-xml-hash-utils.c')
-rw-r--r-- | e-util/e-xml-hash-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-xml-hash-utils.c b/e-util/e-xml-hash-utils.c index e82d5ab237..e3a7e62951 100644 --- a/e-util/e-xml-hash-utils.c +++ b/e-util/e-xml-hash-utils.c @@ -54,6 +54,7 @@ e_xml_to_hash (xmlDoc *doc, EXmlHashType type) } g_hash_table_insert (hash, g_strdup (key), g_strdup (value)); + xmlFree (value); } return hash; |