extra tests: Split VG variable into VG / RUN_VG.
[libguestfs.git] / ocaml / guestfs_c.c
index 96e8a35..fd5e14a 100644 (file)
@@ -82,6 +82,7 @@ guestfs_finalize (value gv)
       caml_remove_global_root (roots[i]);
       free (roots[i]);
     }
+    free (roots);
 
     caml_remove_global_root (v);
     free (v);