Merge remote-tracking branch 'dmitry/fixes'

This commit is contained in:
James Booth
2013-07-14 23:31:02 +01:00
2 changed files with 3 additions and 4 deletions

View File

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