summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorRadu Greab <radu@netsoft.ro>2003-08-05 23:57:15 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-10-21 21:21:56 +0000
commitbf9cdc68d248e456c55258025f0d0724ca63226d (patch)
treedf180b40a00a02d3bc0a3ff6eb6e68872cdf6676 /hv.c
parent69fc43e8cc1ab20ea33528914d94e54ac04360ed (diff)
downloadperl-bf9cdc68d248e456c55258025f0d0724ca63226d.tar.gz
embedding perl
Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro> p4raw-id: //depot/perl@21514
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hv.c b/hv.c
index b786b32f98..7a1d25bf9a 100644
--- 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)