Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


stability fixes
[palacios.git] / palacios / src / palacios / vmm_sym_swap.c
index 56e0014..3b1620c 100644 (file)
@@ -183,6 +183,8 @@ int v3_swap_flush(struct guest_info * info) {
        v3_htable_iter_advance(ht_iter);
     }
 
+    V3_Free(ht_iter);
+
     return 0;
 }