summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-05-29 22:07:04 +0100
committerNicholas Clark <nick@ccl4.org>2010-05-29 22:07:04 +0100
commitaf534a0431cd837092de9abe4bff29feeeafebb3 (patch)
treec61fea05077e6fbc9dd4c6c05ad08ef94908d6a7 /regcomp.h
parent1c8f8eb1d500716bc7368dab00869ae3be841e0c (diff)
downloadperl-af534a0431cd837092de9abe4bff29feeeafebb3.tar.gz
Properly free paren_name_list with its regexp.
Previously the AV paren_name_list would "leak" until global destruction. This was only an issue under -DDEBUGGING. Fixes RT #73438.
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.h b/regcomp.h
index ad9a2cc090..1ef9d2daee 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -476,6 +476,7 @@ END_EXTERN_C
/* .what is a character array with one character for each member of .data
* The character describes the function of the corresponding .data item:
+ * a - AV for paren_name_list under DEBUGGING
* f - start-class data for regstclass optimization
* n - Root of op tree for (?{EVAL}) item
* o - Start op for (?{EVAL}) item