summaryrefslogtreecommitdiffstats
path: root/Objects/obmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/obmalloc.c')
-rw-r--r--Objects/obmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c
index c766ccd..23bf0a9 100644
--- a/Objects/obmalloc.c
+++ b/Objects/obmalloc.c
@@ -424,6 +424,7 @@ new_arena(void)
error:
PyMem_FREE(bp);
+ nfreepools = 0;
return NULL;
}