]> Git Repo - qemu.git/blobdiff - exec.c
win32: pair qemu_memalign() with qemu_vfree()
[qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index 1190591e936f488d2b2e3573c2be99f07854886d..76831a194f495ece22a928cf9fe06a3b1906bf24 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -3309,7 +3309,7 @@ void cpu_physical_memory_unmap(void *buffer, target_phys_addr_t len,
     if (is_write) {
         cpu_physical_memory_write(bounce.addr, bounce.buffer, access_len);
     }
-    qemu_free(bounce.buffer);
+    qemu_vfree(bounce.buffer);
     bounce.buffer = NULL;
     cpu_notify_map_clients();
 }
This page took 0.023348 seconds and 4 git commands to generate.