openvswitch: small potential memory leak in ovs_vport_alloc()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 5 Dec 2011 20:27:07 +0000 (20:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Dec 2011 17:58:57 +0000 (12:58 -0500)
commitf0a98ae8db603494d40e8ec9d7d2dfd41c9f6dc8
tree39f1e19a513024df3b5e5949ce7f5c125f2341b4
parent40e4783ee62ac656a9a0fa3b512b6aee4f07d2d1
openvswitch: small potential memory leak in ovs_vport_alloc()

We're unlikely to hit this leak, but the static checkers complain if we
don't take care of it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport.c