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:
df2c1bb
)
s/thinngy/thingy/ in a comment in sv.c
author
Nicholas Clark
<nick@ccl4.org>
Mon, 2 Jul 2012 12:44:13 +0000
(14:44 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 2 Jul 2012 12:44:13 +0000
(14:44 +0200)
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
8b054c1
..
3b5e81d
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-5705,7
+5705,7
@@
Perl_sv_kill_backrefs(pTHX_ SV *const sv, AV *const av)
if (!av)
return;
- /* after multiple passes through Perl_sv_clean_all() for a thin
n
gy
+ /* after multiple passes through Perl_sv_clean_all() for a thingy
* that has badly leaked, the backref array may have gotten freed,
* since we only protect it against 1 round of cleanup */
if (SvIS_FREED(av)) {