aboutsummaryrefslogtreecommitdiffstats
path: root/storage_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage_xml.c')
-rw-r--r--storage_xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage_xml.c b/storage_xml.c
index 38a73d87..4237e10e 100644
--- a/storage_xml.c
+++ b/storage_xml.c
@@ -127,6 +127,8 @@ static xt_status handle_account(struct xt_node *node, gpointer data)
acc->flags |= ACC_FLAG_LOCAL;
}
} else {
+ g_free(pass_cr);
+ g_free(password);
return XT_ABORT;
}