Skip to content

crypto: fix KeyObject garbage collection

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/nko-leak into master

These objects don’t hold any resources on the event loop, so they should be weak objects that can be garbage collected when nothing refers to them anymore.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading