This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RT #76248: double-freed SV with nested sig-handler
[perl5.git] / mathoms.c
index 1477f12..2a56504 100644 (file)
--- a/mathoms.c
+++ b/mathoms.c
@@ -1558,7 +1558,7 @@ Perl_sv_2bool(pTHX_ register SV *const sv)
 void
 Perl_mro_isa_changed_in(pTHX_ HV* stash)
 {
-    return mro_isa_changed_in3(stash, NULL, 0);
+    mro_isa_changed_in3(stash, NULL, 0);
 }
 
 #endif /* NO_MATHOMS */