![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch apc-3.1.12-regex-no-pefree.patch for APC Bug #62972Patch version 2012-08-29 20:46 UTC Return to Bug #62972 | Download this patchPatch Revisions: Developer: bof@bof.de--- APC-3.1.12/apc.c 2012-08-16 17:56:11.000000000 +0200 +++ APC-3.1.12-bof/apc.c 2012-08-29 21:50:44.874087700 +0200 @@ -520,12 +520,6 @@ { if (p != NULL) { apc_regex* regs = (apc_regex*) p; - if (regs->preg) { - pefree(regs->preg, 1); - } - if (regs->nreg) { - pefree(regs->nreg, 1); - } apc_efree(regs TSRMLS_CC); } } |
![]() All rights reserved. |
Last updated: Fri May 09 20:01:27 2025 UTC |