Removed unused include, free eval_password

This commit is contained in:
James Booth
2015-01-13 00:43:17 +00:00
parent 21f8b1c4ca
commit a932998fb1
2 changed files with 1 additions and 1 deletions

View File

@@ -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);