1
0
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:
Dmitry Podgorny 2013-07-14 21:34:02 +03:00
parent c8b7438736
commit 0b221bde20

View File

@ -68,8 +68,7 @@ void
autocomplete_free(Autocomplete ac)
{
autocomplete_clear(ac);
g_free(ac);
ac = NULL;
free(ac);
}
gint