1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

free account after account connect

This commit is contained in:
James Booth 2015-06-24 20:24:39 +01:00
parent 48a2cad8fd
commit 626ab51ed4

View File

@ -238,6 +238,7 @@ cmd_connect(ProfWin *window, gchar **args, struct cmd_help_t help)
}
jid = account_create_full_jid(account);
account_free(account);
// connect with JID
} else {