bridge: Net device leak in br_add_bridge().
authorPavel Emelyanov <xemul@openvz.org>
Mon, 5 May 2008 00:57:29 +0000 (17:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 May 2008 00:57:29 +0000 (17:57 -0700)
commitc37aa90b0458d87342e0bb083f6bf7d113220d09
tree1df16515edbc53dc2d3515f95846169d9326b9d7
parentbe0c007ac64f880a946995d6d1fc654acc81484d
bridge: Net device leak in br_add_bridge().

In case the register_netdevice() call fails the device is leaked,
since the out: label is just rtnl_unlock()+return.

Free the device.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_if.c