sno_whois: fix resource leak, pointed out by mniip
This commit is contained in:
parent
0b904d91bf
commit
340b2512d4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ init(void)
|
|||
static void
|
||||
fini(void)
|
||||
{
|
||||
snomask_modes['W'] = find_snomask_slot();
|
||||
snomask_modes['W'] = 0;
|
||||
}
|
||||
|
||||
DECLARE_MODULE_AV1(sno_whois, init, fini, NULL, NULL, whois_hfnlist, "$Revision: 3498 $");
|
||||
|
|
Loading…
Reference in a new issue