mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Fix wasm_instance_exports exports memory leak in C API tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user