diff options
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1803,7 +1803,7 @@ S_hfreeentries(pTHX_ HV *hv) HvARRAY(hv) = orig_array; - if (has_aux) + if (has_aux && current_aux) SvFLAGS(hv) |= SVf_OOK; else SvFLAGS(hv) &=~SVf_OOK; |