Initialize tmprec

This commit is contained in:
vague666 2020-10-27 09:49:54 +01:00
commit 323b60f339

View file

@ -248,6 +248,7 @@ HILIGHT_REC *hilight_match(SERVER_REC *server, const char *channel,
int priority = -1;
g_return_val_if_fail(str != NULL, NULL);
tmprec = NULL;
if ((never_hilight_level & level) == level)
return NULL;