X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/79ac6c22fec9bad43320f43e6fefb31bdb7f9847..b76bb84135462baf905f6240946d3e6d51271a82:/mp.c diff --git a/mp.c b/mp.c index 54f1926..e7cb557 100644 --- a/mp.c +++ b/mp.c @@ -2412,6 +2412,7 @@ XFORMOP(ntop, NTOP) static void gfn_pydealloc(PyObject *me) { if (GFN_P(me)) { + MP_DROP(GFN_P(me)); gfn_destroy(GFN_PTON(me)); gfn_destroy(GFN_NTOP(me)); }