]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-nbd.c
split out qemu-timer.c
[mirror_qemu.git] / qemu-nbd.c
index 4463679758ba7a92154d6d3fe77af0fe25a36b4a..eac0c21f1c9278cddf2045930e6b36335c1d85b4 100644 (file)
@@ -469,7 +469,7 @@ int main(int argc, char **argv)
             }
         }
     } while (persistent || nb_fds > 1);
-    qemu_free(data);
+    qemu_vfree(data);
 
     close(sharing_fds[0]);
     bdrv_close(bs);