mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 15:16:22 +00:00
removed useless code in autocomplete.c
This commit is contained in:
@@ -68,8 +68,7 @@ void
|
||||
autocomplete_free(Autocomplete ac)
|
||||
{
|
||||
autocomplete_clear(ac);
|
||||
g_free(ac);
|
||||
ac = NULL;
|
||||
free(ac);
|
||||
}
|
||||
|
||||
gint
|
||||
|
||||
Reference in New Issue
Block a user