mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Initialize tmprec
This commit is contained in:
parent
8f4f0be6d4
commit
323b60f339
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user