This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53e16a
)
Correct comment in pad.c
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 16 Oct 2011 01:39:59 +0000
(18:39 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 16 Oct 2011 01:39:59 +0000
(18:39 -0700)
It said exactly the opposite of what was meant.
pad.c
patch
|
blob
|
blame
|
history
diff --git
a/pad.c
b/pad.c
index
eb0cd5c
..
b67722f
100644
(file)
--- a/
pad.c
+++ b/
pad.c
@@
-43,7
+43,7
@@
but that is really the callers pad (a slot of which is allocated by
every entersub).
The CvPADLIST AV has the REFCNT of its component items managed "manually"
-(mostly in pad.c) rather than by normal av.c rules. So we
mark it
AvREAL
+(mostly in pad.c) rather than by normal av.c rules. So we
turn off
AvREAL
just before freeing it, to let av.c know not to touch the entries.
The items in the AV are not SVs as for a normal AV, but other AVs: