PCRE2_CODE_FREE(3) Library Functions Manual PCRE2_CODE_FREE(3) NNAAMMEE PCRE2 - Perl-compatible regular expressions (revised API) SSYYNNOOPPSSIISS ##iinncclluuddee <> vvooiidd ppccrree22__ccooddee__ffrreeee((ppccrree22__ccooddee **_c_o_d_e));; DDEESSCCRRIIPPTTIIOONN This function frees the memory used for a compiled pattern, including any memory used by the JIT compiler. If the compiled pattern was cre- ated by a call to ppccrree22__ccooddee__ccooppyy__wwiitthh__ttaabblleess(()), the memory for the character tables is also freed. There is a complete description of the PCRE2 native API in the ppccrree22aappii page and a description of the POSIX API in the ppccrree22ppoossiixx page. PCRE2 10.30 23 March 2017 PCRE2_CODE_FREE(3)