projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b55685a
)
whoops, Perl_magic_freearylen_p returns int
Dave Mitchell [Tue, 14 Jun 2005 17:24:18 +0000 (17:24 +0000)]
p4raw-id: //depot/perl@24844
mg.c
patch
|
blob
|
blame
|
history
diff --git
a/mg.c
b/mg.c
index
b2b0620
..
36ee9d6
100644
(file)
--- a/
mg.c
+++ b/
mg.c
@@
-1675,7
+1675,7
@@
Perl_magic_freearylen_p(pTHX_ SV *sv, MAGIC *mg)
{
/* during global destruction, mg_obj may already have been freed */
if (PL_in_clean_all)
- return;
+ return 0;
mg = mg_find (mg->mg_obj, PERL_MAGIC_arylen);