Was giving "use of freed value" warnings in t/io/through.t
and t/io/crlf_through.t
p4raw-id: //depot/perl@25665
*/
sv_clean_objs();
PL_sv_objcount = 0;
+ if (PL_defoutgv && !SvREFCNT(PL_defoutgv))
+ PL_defoutgv = Nullgv; /* may have been freed */
}
/* unhook hooks which will soon be, or use, destroyed data */