Skip to content
Snippets Groups Projects
Commit 4d054f2f authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

dcb: use nlmsg_free() instead of kfree()


These sk_buff structs were allocated with nlmsg_new() so they should
be freed with nlmsg_free().

Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 655f8919
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment