summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/users.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/users.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/users.c')
-rw-r--r--eurephiadm/commands/users.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eurephiadm/commands/users.c b/eurephiadm/commands/users.c
index 7d514ba..033e6d2 100644
--- a/eurephiadm/commands/users.c
+++ b/eurephiadm/commands/users.c
@@ -729,6 +729,7 @@ int account_activation(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *
rc = rc ? 1 : 0;
}
free_nullsafe(ctx, res);
+ free_nullsafe(ctx, acclvl_res);
xmlFreeDoc(acclvl_res_xml);
xmlFreeDoc(acclvl_d);
}