about summary refs log tree commit diff stats
path: root/src/config/account.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-13 00:43:17 +0000
committerJames Booth <boothj5@gmail.com>2015-01-13 00:43:17 +0000
commita932998fb1d988cc75d624e81dbdde49f9b84b09 (patch)
tree2079ff10a1299e85b13bc65bb1a2cb23446473fc /src/config/account.c
parent21f8b1c4caa354efd3dfe567648916d6e58318a2 (diff)
downloadprofani-tty-a932998fb1d988cc75d624e81dbdde49f9b84b09.tar.gz
Removed unused include, free eval_password
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);