--- embedaddon/pcre/doc/html/pcre_free_study.html 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/html/pcre_free_study.html 2013/07/22 08:25:57 1.1.1.3 @@ -24,12 +24,15 @@ SYNOPSIS

void pcre16_free_study(pcre16_extra *extra);

+

+void pcre32_free_study(pcre32_extra *extra); +


DESCRIPTION

This function is used to free the memory used for the data generated by a call -to pcre[16]_study() when it is no longer needed. The argument must be the +to pcre[16|32]_study() when it is no longer needed. The argument must be the result of such a call.