mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 16:56:22 +00:00
Refactored ProfAccount creation
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
#include "config/preferences.h"
|
||||
#include "config/account.h"
|
||||
#include "roster_list.h"
|
||||
#include "ui/ui.h"
|
||||
|
||||
@@ -67,7 +68,7 @@ handle_login_account_success(char *account_name)
|
||||
status_bar_print_message(account->jid);
|
||||
status_bar_refresh();
|
||||
|
||||
accounts_free_account(account);
|
||||
account_free(account);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user