Page MenuHomeFreeBSD

D7412.diff
No OneTemporary

D7412.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
Sun, Dec 15, 1:50 AM (20 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9091328
Default Alt Text
D7412.diff (539 B)

Event Timeline