Merged in 2.5.x changes into trunk.

This commit is contained in:
b1v1r
2010-02-14 22:46:42 +00:00
parent f925a978ab
commit b784acd316
6 changed files with 714 additions and 257 deletions

View File

@@ -29,7 +29,7 @@ apr_status_t msc_pcre_cleanup(msc_regex_t *regex) {
regex->pe = NULL;
}
if (regex->re != NULL) {
free(regex->re);
pcre_free(regex->re);
regex->re = NULL;
}
}