X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=python%2Fguestfs-py.c;h=21ecd543c5f0c7377822ca42845485efb9665429;hp=8fbab74710668807014395a3b683e00c3c4fd9a0;hb=0c2376a5c05053ce6a0479ade544be860c400fdb;hpb=ad5abc8d367c9c410051062cae066b1b141b4c76 diff --git a/python/guestfs-py.c b/python/guestfs-py.c index 8fbab74..21ecd54 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; }