FreeBSD Bugzilla – Attachment #224937: removes the NG_FREE_M(m) from drop branch. for
bug #255874
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 255874
Collapse All
|
Expand All
(-)
b/sys/netgraph/ng_checksum.c (-1 / +1 lines)
Lines 682-690 ng_checksum_rcvdata(hook_p hook, item_p item)
Link Here
682
return (error);
682
return (error);
683
683
684
done:
684
done:
685
NG_FREE_M(m);
685
drop:
686
drop:
686
NG_FREE_ITEM(item);
687
NG_FREE_ITEM(item);
687
NG_FREE_M(m);
688
688
689
priv->stats.dropped++;
689
priv->stats.dropped++;
690
690
Return to
bug 255874