mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Correctly free memory in RHashtable binding for OCaml & Python.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user