diff options
-rw-r--r-- | src/dbustypes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbustypes.py b/src/dbustypes.py index 7b464f8..e04b4a7 100644 --- a/src/dbustypes.py +++ b/src/dbustypes.py @@ -127,6 +127,7 @@ class Arg: self.ctype_in = 'const gchar *' self.ctype_out = 'gchar **' self.gtype = 'G_TYPE_STRING' + self.free_func = 'g_free' self.format_in = '^ay' self.format_out = '^ay' elif self.signature == 'as': |