| Submitter | Kevin Wolf |
|---|---|
| Date | May 14, 2010, 5:10 p.m. |
| Message ID | <1273857055-26715-20-git-send-email-kwolf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/52652/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/block.c b/block.c index c134c2b..96ef1b1 100644 --- a/block.c +++ b/block.c @@ -2075,7 +2075,7 @@ int bdrv_aio_multiwrite(BlockDriverState *bs, BlockRequest *reqs, int num_reqs) return 0; fail: - free(mcb); + qemu_free(mcb); return -1; }