projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
35ade29
)
Free the regexp state when exiting "recursion".
Nicholas Clark [Sat, 25 Mar 2006 11:35:33 +0000 (11:35 +0000)]
p4raw-id: //depot/perl@27600
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/regexec.c
index
79254eb
..
523f1a2
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-4605,6
+4605,7
@@
exit_level:
accepted = p->accepted;
PL_reg_call_cc = p->reg_call_cc;
prev_state = p->prev_state;
+ Safefree(p);
switch (resume_state) {
case resume_TRIE1: