--- embedaddon/pcre/doc/html/pcre_free_study.html 2012/02/21 23:05:52 1.1.1.1 +++ embedaddon/pcre/doc/html/pcre_free_study.html 2012/02/21 23:50:25 1.1.1.2 @@ -21,12 +21,15 @@ SYNOPSIS

void pcre_free_study(pcre_extra *extra);

+

+void pcre16_free_study(pcre16_extra *extra); +


DESCRIPTION

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