Back out 21533 because it broke Encode's build in really weird ways
[p5sagit/p5-mst-13.2.git] / hv.c
diff --git a/hv.c b/hv.c
index b786b32..7a1d25b 100644 (file)
--- a/hv.c
+++ b/hv.c
@@ -104,6 +104,7 @@ Perl_free_tied_hv_pool(pTHX)
        he = HeNEXT(he);
        del_HE(ohe);
     }
+    PL_hv_fetch_ent_mh = Nullhe;
 }
 
 #if defined(USE_ITHREADS)