]> git.proxmox.com Git - qemu.git/commit
hw/9pfs: Fix memory leak in error path
authorM. Mohan Kumar <mohan@in.ibm.com>
Thu, 4 Jul 2013 09:21:18 +0000 (14:51 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 9 Jul 2013 18:38:56 +0000 (13:38 -0500)
commit92304bf3998cedcf3b1026a795edba7e1fd17c74
tree84e3d391ffef0f3508204191c5065640e5518759
parentb58c86e1e4cdf59373aad2ec25f99f772766374c
hw/9pfs: Fix memory leak in error path

Fix few more memory leaks in virtio-9p-device.c detected using valgrind.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Message-id: 1372929678-14341-1-git-send-email-mohan@in.ibm.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/9pfs/virtio-9p-device.c