mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
removed useless code in autocomplete.c
This commit is contained in:
parent
c8b7438736
commit
0b221bde20
@ -68,8 +68,7 @@ void
|
||||
autocomplete_free(Autocomplete ac)
|
||||
{
|
||||
autocomplete_clear(ac);
|
||||
g_free(ac);
|
||||
ac = NULL;
|
||||
free(ac);
|
||||
}
|
||||
|
||||
gint
|
||||
|
Loading…
Reference in New Issue
Block a user