Index: sys/dev/ixl/ixlvc.c =================================================================== --- sys/dev/ixl/ixlvc.c +++ sys/dev/ixl/ixlvc.c @@ -575,6 +575,7 @@ device_printf(dev, "%s: i == 0?\n", __func__); ixl_vc_process_resp(&sc->vc_mgr, IXLV_FLAG_AQ_ADD_VLAN_FILTER, I40E_SUCCESS); + free(v, M_DEVBUF); return; } @@ -645,6 +646,7 @@ device_printf(dev, "%s: i == 0?\n", __func__); ixl_vc_process_resp(&sc->vc_mgr, IXLV_FLAG_AQ_DEL_VLAN_FILTER, I40E_SUCCESS); + free(v, M_DEVBUF); return; }