Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
wasi: implement WASI C++ destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Oct 15, 2019
1 parent bbf60ab commit dbf1131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_wasi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ WASI::WASI(Environment* env,

WASI::~WASI() {
/* TODO(cjihrig): Free memory. */
uvwasi_destroy(&uvw_);
}


Expand Down

0 comments on commit dbf1131

Please sign in to comment.