From 79bffe477e0016f596b86950244ad3a10a753e58 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 17 Sep 2012 21:44:29 -0700 Subject: [PATCH] Handle xhv_super in thread cloning --- sv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sv.c b/sv.c index 2312a36..89699be 100644 --- a/sv.c +++ b/sv.c @@ -12129,6 +12129,7 @@ S_sv_dup_common(pTHX_ const SV *const sstr, CLONE_PARAMS *const param) daux->xhv_mro_meta = saux->xhv_mro_meta ? mro_meta_dup(saux->xhv_mro_meta, param) : 0; + daux->xhv_super = NULL; /* Record stashes for possible cloning in Perl_clone(). */ if (HvNAME(sstr)) -- 2.7.4