author | Bruno Prémont <bonbons@linux-vserver.org> | |
Sat, 17 Jan 2009 10:40:53 +0000 (11:40 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Sat, 17 Jan 2009 10:40:53 +0000 (11:40 +0100) | ||
commit | 6ce771ab08db6f57d91836356bd3a1e1439b10e8 | |
tree | 017cd5c9b0621fb046ce7bafc319b6de764cb4e2 | tree | snapshot |
parent | d678cfe792f712ed190b65810f5fbcee08e15883 | commit | diff |
ascent plugin: Fix a memory leak.
According to libxml2 API doc, the string returned by
xmlNodeListGetString()
must be freed by the user with
xmlFree()
The attached patch adds the missing calls to xmlFree() for the ascent plugin.
According to libxml2 API doc, the string returned by
xmlNodeListGetString()
must be freed by the user with
xmlFree()
The attached patch adds the missing calls to xmlFree() for the ascent plugin.
src/ascent.c | diff | blob | history |