summaryrefslogtreecommitdiffstats
path: root/python/guestfs-py.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/guestfs-py.c')
-rw-r--r--python/guestfs-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/guestfs-py.c b/python/guestfs-py.c
index 8fbab747..21ecd543 100644
--- a/python/guestfs-py.c
+++ b/python/guestfs-py.c
@@ -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;
}