Update examples to not free things cast from extern

This commit is contained in:
Mark McCaskey
2021-03-30 08:47:18 -07:00
parent f266f830f2
commit bc8cb68d84
6 changed files with 4 additions and 16 deletions

View File

@@ -77,7 +77,6 @@ int main(int argc, const char* argv[]) {
printf("Results of `sum`: %d\n", results_val[0].of.i32);
wasm_func_delete(sum_func);
wasm_module_delete(module);
wasm_instance_delete(instance);
wasm_extern_vec_delete(&exports);