dcb: use nlmsg_free() instead of kfree()
authorDan Carpenter <error27@gmail.com>
Thu, 23 Jun 2011 10:14:42 +0000 (03:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2011 10:14:42 +0000 (03:14 -0700)
These sk_buff structs were allocated with nlmsg_new() so they should
be freed with nlmsg_free().

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found