X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-vm.c;h=b02564947ec031f39339561f94bd3327a6f4775c;hb=a79fa3206e688095687133457c891aa102b303bf;hp=1d8bfe0d3b4204bcb1613ef9e04b39f71c652494;hpb=4801e692b7344051eb94fff6faf1be53f621d422;p=palacios-OLD.git diff --git a/linux_module/palacios-vm.c b/linux_module/palacios-vm.c index 1d8bfe0..b025649 100644 --- a/linux_module/palacios-vm.c +++ b/linux_module/palacios-vm.c @@ -172,5 +172,8 @@ int stop_palacios_vm(struct v3_guest * guest) { cdev_del(&(guest->cdev)); + kfree(guest->img); + kfree(guest); + return 0; }