1
0
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:
Michael Vetter 2019-10-25 14:06:03 +02:00
parent 6a88af6bc6
commit f186eb94da

View File

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