diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/pypcre.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/pypcre.c b/Modules/pypcre.c index 9c6939f..976eb21 100644 --- a/Modules/pypcre.c +++ b/Modules/pypcre.c @@ -4746,6 +4746,7 @@ if (using_temporary_offsets) printf(">>>> returning %d\n", match_block.errorcode); #endif + free_stack(&match_block); return match_block.errorcode; } |