projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d8c5b3c
)
C is not perl, AV's dont just magically free themselves...
Yves Orton [Tue, 30 May 2006 10:23:19 +0000 (12:23 +0200)]
Message-ID: <
9b18b3110605300123
t467f14eerf30a149f253be281@mail.gmail.com>
p4raw-id: //depot/perl@28336
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
10b21d1
..
97e0650
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-1671,6
+1671,9
@@
S_make_trie(pTHX_ RExC_state_t *pRExC_state, regnode *startbranch, regnode *firs
}
});
} /* end node insert */
+#ifndef DEBUGGING
+ SvREFCNT_dec(TRIE_REVCHARMAP(trie));
+#endif
return 1;
}