commit | 7d8abfcb50a33aed369bbd267852cf04009c49e9 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jul 10 13:33:52 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Jul 10 12:25:36 2009 -0500 |
tree | 9741ee54b0a4a87a4b96b579ec36812d329b8efa | |
parent | 9c4bab2668e6b5a9b69f77e3533380b6fd79034e [diff] |
qemu-io: fix memory leak qemu-io leaks the request buffer whenever the read or write function isn't executed completely down the "normal" code path. [hch: also fix the aio and vectored variants the same way] Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de>