summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/usercerts.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2011-01-10 01:19:22 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-01-10 01:19:22 +0100
commit44bcb3e74a85b4a53a0dc626db13c3d03d925538 (patch)
tree81db9d938ad90ce932aaa6ed7180175cca836ed1 /eurephiadm/commands/usercerts.c
parent35502a5b07eff6a0893989a1ea7edb603087a7c6 (diff)
downloadeurephia-44bcb3e74a85b4a53a0dc626db13c3d03d925538.tar.gz
eurephia-44bcb3e74a85b4a53a0dc626db13c3d03d925538.tar.xz
eurephia-44bcb3e74a85b4a53a0dc626db13c3d03d925538.zip
Fixed several memleaks in the eurephiadm related code paths
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'eurephiadm/commands/usercerts.c')
-rw-r--r--eurephiadm/commands/usercerts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eurephiadm/commands/usercerts.c b/eurephiadm/commands/usercerts.c
index 3ca8be5..553e16e 100644
--- a/eurephiadm/commands/usercerts.c
+++ b/eurephiadm/commands/usercerts.c
@@ -215,6 +215,7 @@ int list_usercerts(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg,
xslt_print_xmldoc(stdout, cfg, list_xml, "usercerts.xsl", xsltparams);
xmlFreeDoc(list_xml);
+ xmlFreeDoc(srch_xml);
return 0;
}