• W
    free tmp after unlinking it · e206946d
    Wen Congyang 提交于
    We create a temporary file to save memory, and we will remove it after reading
    memory to buffer. But we free the variable that contains the temporary filename
    before we remove it. So we should free tmp after unlinking it.
    e206946d
qemu_driver.c 209.4 KB