pcre_exec(): Andrew Kuchling's patch for pcre memory leak.
This commit is contained in:
parent
ffd511248e
commit
b80667d5f3
|
@ -4746,6 +4746,7 @@ if (using_temporary_offsets)
|
||||||
printf(">>>> returning %d\n", match_block.errorcode);
|
printf(">>>> returning %d\n", match_block.errorcode);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
free_stack(&match_block);
|
||||||
return match_block.errorcode;
|
return match_block.errorcode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue