| commit | 4d054f2f1445aceedab3f9642692d55d2caa7ec6 | [log] [tgz] |
|---|---|---|
| author | Dan Carpenter <error27@gmail.com> | Thu Jun 23 03:14:42 2011 -0700 |
| committer | David S. Miller <davem@davemloft.net> | Thu Jun 23 03:14:42 2011 -0700 |
| tree | 23ebf4a95548c58ca5d5a00045b5f9e74fbc2df8 | |
| parent | 655f8919d549ad1872e24d826b6ce42530516d2e [diff] |
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: Dan Carpenter <error27@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>