projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab2da56
)
fix SIGSEGV when USE_KQEMU is defined
author
aurel32
<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 3 Mar 2009 06:28:26 +0000
(06:28 +0000)
committer
aurel32
<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 3 Mar 2009 06:28:26 +0000
(06:28 +0000)
Signed-off-by: Alex Ivanov <void@aleksoft.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6674
c046a42c
-6fe2-441c-8c8c-
71466251a162
block.c
patch
|
blob
|
history
diff --git
a/block.c
b/block.c
index 4f4bf7ceef54439a78eb3e96d093e5406292daff..c214ff3faae2d3e37d489003ff8e1c50abe68d0d 100644
(file)
--- a/
block.c
+++ b/
block.c
@@
-1263,7
+1263,7
@@
static void bdrv_aio_rw_vector_cb(void *opaque, int ret)
if (!s->is_write) {
qemu_iovec_from_buffer(s->iov, s->bounce, s->iov->size);
}
- qemu_free(s->bounce);
+ qemu_
v
free(s->bounce);
s->this_aiocb->cb(s->this_aiocb->opaque, ret);
qemu_aio_release(s->this_aiocb);
}