Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ Robert Spier <[email protected]>
Roberto C. Sanchez <[email protected]>
Robin Barker <[email protected]>
Robin Houston <[email protected]>
Robin Ragged <[email protected]>
Rocco Caputo <[email protected]>
Roderick Schertler <[email protected]>
Rodger Anderson <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions perl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,7 @@ perl_destruct(pTHXx)
HvTOTALKEYS(PL_strtab) = 0;
}
SvREFCNT_dec(PL_strtab);
PL_strtab = NULL;

#ifdef USE_ITHREADS
/* free the pointer tables used for cloning */
Expand Down
Loading