summaryrefslogtreecommitdiff
path: root/gi/pygi-hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-hashtable.c')
-rw-r--r--gi/pygi-hashtable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gi/pygi-hashtable.c b/gi/pygi-hashtable.c
index 285eca19..26d5f61c 100644
--- a/gi/pygi-hashtable.c
+++ b/gi/pygi-hashtable.c
@@ -139,8 +139,6 @@ _pygi_marshal_from_py_ghash (PyGIInvokeState *state,
continue;
err:
/* FIXME: cleanup hash keys and values */
- Py_XDECREF (py_key);
- Py_XDECREF (py_value);
Py_DECREF (py_keys);
Py_DECREF (py_values);
g_hash_table_unref (hash_);