fixes potential memory leak. if_vinput() should always consume packet
authorsashan <sashan@openbsd.org>
Tue, 7 Jun 2022 22:18:34 +0000 (22:18 +0000)
committersashan <sashan@openbsd.org>
Tue, 7 Jun 2022 22:18:34 +0000 (22:18 +0000)
commit4ffa687bceed12b4c7163310fb0390320ac48e3b
tree7768d363a4b27f2164b1b5b4defb1d29237199ba
parente91a68406293cd085fd94eeccc8a69eb3ae6ae62
fixes potential memory leak. if_vinput() should always consume packet
by either passing it further or releasing it.

OK mvs@
sys/net/if.c