summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gobject/pygobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject.c b/gobject/pygobject.c
index 9efa376..ac61cb5 100644
--- a/gobject/pygobject.c
+++ b/gobject/pygobject.c
@@ -580,8 +580,8 @@ pygobject_new_with_interfaces(GType gtype)
PyTuple_SetItem(bases, i+1, (PyObject*)py_interface_type);
}
- g_free(interfaces);
}
+ g_free(interfaces);
dict = PyDict_New();