Skip to content

Commit

Permalink
Correct mistake in documentation (bytecodealliance#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored Mar 12, 2020
1 parent 751a3b5 commit ef5ceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/embed_wamr.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ if(buffer_for_wasm != 0)

// it is runtime responsibility to release the memory,
// 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);
}

```
Expand Down

0 comments on commit ef5ceff

Please sign in to comment.