nomoney: fix memory leak
This commit is contained in:
parent
7fc6503679
commit
a9040dcca1
1 changed files with 2 additions and 1 deletions
|
@ -137,9 +137,10 @@ sub hook_abort($class, $cart, @) {
|
|||
|
||||
sub hook_checkout_done($class, $cart, $username, $transaction_id, @) {
|
||||
my $n = $unresolved{$cart}->size or return;
|
||||
|
||||
print "\n";
|
||||
|
||||
_inform($unresolved{$cart}, $username);
|
||||
delete $unresolved{$cart};
|
||||
|
||||
my $message = $n == 1 ? "THIS ENTRY WAS IGNORED" : "THESE ENTRIES WERE IGNORED";
|
||||
say "\e[1;4m$message.\e[0m" if $n;
|
||||
|
|
Loading…
Add table
Reference in a new issue