mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Remove not neede free
It's in the def == NULL case. So will always be noop.
This commit is contained in:
parent
6a88af6bc6
commit
f186eb94da
@ -390,7 +390,6 @@ cmd_connect(ProfWin *window, const char *const command, gchar **args)
|
|||||||
cons_show("Using default account %s.", user);
|
cons_show("Using default account %s.", user);
|
||||||
} else {
|
} else {
|
||||||
cons_show("No default account.");
|
cons_show("No default account.");
|
||||||
g_free(def);
|
|
||||||
options_destroy(options);
|
options_destroy(options);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user