Skip to content

Commit

Permalink
don't overwrite the faked up type details for hv-with-aux
Browse files Browse the repository at this point in the history
CID 340472
  • Loading branch information
tonycoz committed Oct 18, 2021
1 parent 7b1885a commit a594287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sv.c
Expand Up @@ -6987,8 +6987,8 @@ Perl_sv_clear(pTHX_ SV *const orig_sv)
}
else {
arena_index = type;
sv_type_details = bodies_by_type + arena_index;
}
sv_type_details = bodies_by_type + arena_index;
if (sv_type_details->arena) {
del_body(((char *)SvANY(sv) + sv_type_details->offset),
&PL_body_roots[type]);
Expand Down

0 comments on commit a594287

Please sign in to comment.