[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Sat Jan 17 11:41:51 CET 2009
src/ascent.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
New commits:
commit 6ce771ab08db6f57d91836356bd3a1e1439b10e8
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date: Sat Jan 17 11:40:53 2009 +0100
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.
More information about the collectd-changes
mailing list