commit | 1e1ea48d42e011b9bdd0d689d184e7cac4617b66 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Wed Apr 21 20:35:45 2010 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Apr 23 16:21:58 2010 +0200 |
tree | b0a57c1b1760bc6599dfbbb78ce72f28d672d755 | |
parent | d4c146f0da2ace38b1a0e9ba42374901198909cf [diff] |
block: Free iovec arrays allocated by multiwrite_merge() A new iovec array is allocated when creating a merged write request. This patch ensures that the iovec array is deleted in addition to its qiov owner. Reported-by: Leszek Urbanski <tygrys@moo.pl> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>