Skip to content

Commit

Permalink
fix: memory leak
Browse files Browse the repository at this point in the history
EL .
  • Loading branch information
aymeric committed May 8, 2020
1 parent b08264a commit 3f41e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class Cache {
return undefined;
} finally {
release();
delete this.mutexList[key];
}
}

Expand Down

0 comments on commit 3f41e8c

Please sign in to comment.