All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] config: stop leaking memory on config reload
@ 2011-02-24 14:09 Fabio M. Di Nitto
  2011-02-25 16:55 ` Lon Hohberger
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio M. Di Nitto @ 2011-02-24 14:09 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Resolves: rhbz#680155

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 config/plugins/xml/config.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/config/plugins/xml/config.c b/config/plugins/xml/config.c
index 1db23da..7dcf8ba 100644
--- a/config/plugins/xml/config.c
+++ b/config/plugins/xml/config.c
@@ -142,7 +142,5 @@ fail:
 	if (doc)
 		xmlFreeDoc(doc);
 
-	xmlCleanupParser();
-
 	return err;
 }
-- 
1.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-28  4:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 14:09 [Cluster-devel] [PATCH] config: stop leaking memory on config reload Fabio M. Di Nitto
2011-02-25 16:55 ` Lon Hohberger
2011-02-28  4:41   ` Tim Serong
2011-02-28  4:48   ` Fabio M. Di Nitto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.