avoid memory leak in ignore cache

#1373
This commit is contained in:
Ailin Nemui 2022-05-18 09:29:27 +02:00
commit 66e3b0e578
5 changed files with 17 additions and 9 deletions

View file

@ -793,7 +793,7 @@ void hilight_text_init(void)
read_settings();
nickmatch = nickmatch_init(hilight_nick_cache);
nickmatch = nickmatch_init(hilight_nick_cache, NULL);
read_hilight_config();
signal_add_first("print text", (SIGNAL_FUNC) sig_print_text);