ascent plugin: Fix a memory leak.
authorBruno Prémont <bonbons@linux-vserver.org>
Sat, 17 Jan 2009 10:40:53 +0000 (11:40 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 17 Jan 2009 10:40:53 +0000 (11:40 +0100)
commit6ce771ab08db6f57d91836356bd3a1e1439b10e8
tree017cd5c9b0621fb046ce7bafc319b6de764cb4e2
parentd678cfe792f712ed190b65810f5fbcee08e15883
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.
src/ascent.c