X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fvm.c;h=00111fce1a2325cd789c619435bd32efb653d52c;hb=3a64514e2fbdb79da57b289fc94b336b78046ba2;hp=967ecf6d78301bdc4562cc39f6248c9a0a3e5dad;hpb=93a8c8c46dc39c3994a8eec0076c28eb14a77da1;p=palacios.git diff --git a/linux_module/vm.c b/linux_module/vm.c index 967ecf6..00111fc 100644 --- a/linux_module/vm.c +++ b/linux_module/vm.c @@ -274,7 +274,7 @@ int stop_palacios_vm(struct v3_guest * guest) { cdev_del(&(guest->cdev)); - kfree(guest->img); + vfree(guest->img); kfree(guest); return 0;