Fix wasm_instance_exports exports memory leak in C API tests

This commit is contained in:
Mark McCaskey
2021-03-18 08:30:11 -07:00
parent 1a56ff2cc8
commit 5650e12f40
5 changed files with 8 additions and 1 deletions

View File

@@ -117,7 +117,8 @@
//! // There is 0 point left… they are exhausted.
//! assert(wasmer_metering_points_are_exhausted(instance) == true);
//! }
//!
//!
//! wasm_extern_vec_delete(&exports);
//! wasm_instance_delete(instance);
//! wasm_module_delete(module);
//! wasm_store_delete(store);