mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-20 04:06:30 +00:00
Convert from Box into/from raw to pointer ref-deref to fix free issue
This commit is contained in:
@ -85,7 +85,7 @@ int main()
|
||||
|
||||
printf("Destroying func\n");
|
||||
// wasmer_func_destroy(func);
|
||||
// printf("Destroy instance\n");
|
||||
// wasmer_instance_destroy(instance);
|
||||
printf("Destroy instance\n");
|
||||
wasmer_instance_destroy(instance);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user