commit | fe785bee05f08d37b34b7399d003b74199274ce4 | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Thu Jul 10 16:53:39 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 10 16:53:39 2008 -0700 |
tree | d87c30deefc4c35d5794879b3430470d554ae2a6 | |
parent | 2e655571c618434c24ac2ca989374fdd84470d6d [diff] |
netlabel: netlink_unicast calls kfree_skb on error path by itself So, no need to kfree_skb here on the error path. In this case we can simply return. Signed-off-by: Denis V. Lunev <den@openvz.org> Acked-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>