Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F81969018
D7412.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
539 B
Referenced Files
None
Subscribers
None
D7412.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D7412: Fix possible memory leaks in ixl VLAN addition/removal
Attached
Detach File
Event Timeline
Log In to Comment