commit | e8bccad5ac6095b5af7946cd72d9aacb57f7c0a3 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jan 16 21:20:00 2013 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Jan 17 10:58:09 2013 +0100 |
tree | 7bd3f447e92d76f0ebbe7d5cea70aac2e7191628 | |
parent | bcbbd234d42f1111e42b91376db61922d42e7e9e [diff] |
win32-aio: Fix memory leak The buffer is allocated for both reads and writes, and obviously it should be freed even if an error occurs. Cc: qemu-stable@nongnu.org Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>