pcre_exec(): Andrew Kuchling's patch for pcre memory leak.

This commit is contained in:
Barry Warsaw 1999-01-27 21:41:08 +00:00
parent ffd511248e
commit b80667d5f3
1 changed files with 1 additions and 0 deletions

View File

@ -4746,6 +4746,7 @@ if (using_temporary_offsets)
printf(">>>> returning %d\n", match_block.errorcode);
#endif
free_stack(&match_block);
return match_block.errorcode;
}