hv_delete_common was freeing the key, then passing the freed pointer
authorNicholas Clark <nick@ccl4.org>
Tue, 23 Mar 2004 17:47:44 +0000 (17:47 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 23 Mar 2004 17:47:44 +0000 (17:47 +0000)
commitb84d08606128d31ab874c747150180e32486af44
treeeaeb0974211cf665e2eae72fb2f782efc0336e0b
parent32454ac83bb27c6d3bda46277aef34deb91a6f4d
hv_delete_common was freeing the key, then passing the freed pointer
to S_hv_notallowed. D'oh!

p4raw-id: //depot/perl@22569
hv.c