]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
fix qemu memory leak in block interface
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 4 Sep 2009 15:12:28 +0000 (16:12 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 4 Sep 2009 15:12:28 +0000 (16:12 +0100)
commit9c58cf9321f746b223bdd778c49c31ff756b6b1b
treea7a9a7e607de68de9382ac5e21ffaca714609817
parent32710fbdc75e055f73a63d246737ce615b9109e9
fix qemu memory leak in block interface

the qemu block interface leaks memory every time a read or write request
is issued, this patch fixes it.
This is also the bug that is causing stubdomains to crash under high
disk IO.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
block.c