Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove 'leak' call when creating
v8::ExternalReferences
(denol…
…and#509) Calling `v8::ExternalReferences::new` does not take ownership of the Vec - it internally copies the values into a new Vec. As a result, the memory owned by the original Vec was never getting freed. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
- Loading branch information