Kaydet (Commit) b80667d5 authored tarafından Barry Warsaw's avatar Barry Warsaw

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

üst ffd51124
......@@ -4746,6 +4746,7 @@ if (using_temporary_offsets)
printf(">>>> returning %d\n", match_block.errorcode);
#endif
free_stack(&match_block);
return match_block.errorcode;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment