net/rocker: Plug memory leak in pci_rocker_init()
commit1343a107e46feed8b901bf08ad8485bd5f302912
authorMao Zhongyi <maozy.fnst@cn.fujitsu.com>
Mon, 14 Aug 2017 03:33:08 +0000 (14 11:33 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 8 Sep 2017 00:17:37 +0000 (8 08:17 +0800)
treed2e5904884c46145026e82ecd5c7e149b842f8d0
parent107e4b352cc309f9bd7588ef1a44549200620078
net/rocker: Plug memory leak in pci_rocker_init()

pci_rocker_init() leaks a World when the name more than 9 chars,
then return a negative value directly, doesn't make a correct
cleanup. So add a new goto label to fix it.

Cc: jasowang@redhat.com
Cc: jiri@resnulli.us
Cc: armbru@redhat.com
Cc: f4bug@amsat.org
Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/rocker/rocker.c