mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
Correct mistake in documentation (#198)
This commit is contained in:
parent
751a3b5865
commit
ef5ceffe71
|
@ -196,7 +196,7 @@ if(buffer_for_wasm != 0)
|
||||||
|
|
||||||
// it is runtime responsibility to release the memory,
|
// it is runtime responsibility to release the memory,
|
||||||
// unless the WASM app will free the passed pointer in its code
|
// unless the WASM app will free the passed pointer in its code
|
||||||
wasm_runtime_module_free(module_inst, buffer);
|
wasm_runtime_module_free(module_inst, buffer_for_wasm);
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user