mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Autoignore fixes by fuchs (not tested, hope it works ;)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1281 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a2a6c7e293
commit
fc17069cec
8 changed files with 125 additions and 313 deletions
|
|
@ -63,6 +63,7 @@ static int flood_hash_check_remove(const char *key, FLOOD_REC *flood, gpointer n
|
|||
flood->items = g_slist_remove(flood->items, rec);
|
||||
g_free(rec->target);
|
||||
g_free(rec);
|
||||
rec->msgcount--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue