Correctly free memory in RHashtable binding for OCaml & Python.

This commit is contained in:
Richard Jones
2009-04-15 14:09:01 +01:00
parent ad5abc8d36
commit 0c2376a5c0
3 changed files with 6 additions and 2 deletions

View File

@@ -2072,7 +2072,7 @@ py_guestfs_tune2fs_l (PyObject *self, PyObject *args)
}
py_r = put_table (r);
free (r);
free_strings (r);
return py_r;
}