Page MenuHomeFreeBSD

D7412.id.diff
No OneTemporary

D7412.id.diff

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;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 13, 6:03 PM (1 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36672352
Default Alt Text
D7412.id.diff (539 B)

Event Timeline