diff options
Diffstat (limited to 'ext/pcre/php_pcre.c')
| -rw-r--r-- | ext/pcre/php_pcre.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 7989d1cfd8..9311fc13f3 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -644,6 +644,7 @@ PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subjec  				if (pcre_get_substring_list(subject, offsets, count, &stringlist) < 0) {  					efree(subpat_names);  					efree(offsets); +					if (match_sets) efree(match_sets);  					php_error_docref(NULL TSRMLS_CC, E_WARNING, "Get subpatterns list failed");  					RETURN_FALSE;  				}  | 
