After being clone, they only need one refcount push, which is done at the
end of indirect_clone().
h2 = PerlMemShared_malloc(sizeof *h2);
h2->code = indirect_clone(h1->code, ud->owner);
- SvREFCNT_inc(h2->code);
#if I_WORKAROUND_REQUIRE_PROPAGATION
h2->require_tag = PTR2IV(indirect_clone(INT2PTR(SV *, h1->require_tag),
ud->owner));
#else /* I_HINT_STRUCT */
h2 = indirect_clone(h1, ud->owner);
- SvREFCNT_inc(h2);
#endif /* !I_HINT_STRUCT */