Skip to content

Commit

Permalink
drop wwsafe so that translator can be released
Browse files Browse the repository at this point in the history
  • Loading branch information
drdrew42 committed Oct 1, 2020
1 parent 2bff43b commit 54306b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WeBWorK/lib/WeBWorK/PG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sub free {
#
$self->{pgcore}{OUTPUT_ARRAY} = [];
$self->{answers} = {};
undef $self->{translator};
undef $self->{translator}{safe};
foreach (keys %{$self->{pgcore}{PG_ANSWERS_HASH}}) {undef $self->{pgcore}{PG_ANSWERS_HASH}{$_}}
}

Expand Down

0 comments on commit 54306b3

Please sign in to comment.