commit | 39b6efc8067de56d9955d015e4a7472877a3fe89 | [log] [tgz] |
---|---|---|
author | vibi <vibi_sreenivasan@cms.com> | Wed May 06 15:27:03 2009 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri May 08 16:11:49 2009 -0500 |
tree | f2bcdd9f78a95c4acc038fa37d7efdb37c640db2 | |
parent | 4e12cd946f9e7a6e3d35bcce0bc7bfe38cec4eb7 [diff] |
Fix in file qemu-sockets.c 1) Changed usage of malloc,free,strdup to qemu_malloc,qemu_free,qemu_strdup 2) Some coding style fixes (based on CODING_STYLE document) 3) Free struct addrinfo *res after failure of listen Signed-off-by: vibi <vibi_sreenivasan@cms.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>