about summary refs log tree commit diff stats
path: root/src/config/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/account.c')
-rw-r--r--src/config/account.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/account.c b/src/config/account.c
index 3ca63db0..6df00382 100644
--- a/src/config/account.c
+++ b/src/config/account.c
@@ -162,6 +162,7 @@ account_free(ProfAccount *account)
         free(account->name);
         free(account->jid);
         free(account->password);
+        free(account->eval_password);
         free(account->resource);
         free(account->server);
         free(account->last_presence);