]> git.ipfire.org Git - thirdparty/qemu.git/commit
Fix error handling in net_client_init() (Mark McLoughlin)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 17 Apr 2009 18:06:31 +0000 (18:06 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 17 Apr 2009 18:06:31 +0000 (18:06 +0000)
commit76dcd4921c512c591265041961f420ce967c1fb6
tree6203bd072ec3a417b0b45e3dc672f6e8299e2483
parent0ee50993ce7bd5e4e9d3729bcb4fc9f8567436ee
Fix error handling in net_client_init() (Mark McLoughlin)

We weren't freeing the name string everywhere.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/branches/stable_0_10@7154 c046a42c-6fe2-441c-8c8c-71466251a162
net.c