mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +00:00
Fix typo
This commit is contained in:
parent
c169c9d5f3
commit
48df8e284d
|
@ -7213,7 +7213,7 @@ fail:
|
||||||
wasm_runtime_free(frame_ref_buf);
|
wasm_runtime_free(frame_ref_buf);
|
||||||
#if WASM_ENABLE_FAST_INTERP != 0
|
#if WASM_ENABLE_FAST_INTERP != 0
|
||||||
if (frame_offset_buf && frame_offset_buf != frame_offset_tmp)
|
if (frame_offset_buf && frame_offset_buf != frame_offset_tmp)
|
||||||
wasm_runtime_free(frame_offset_tmp);
|
wasm_runtime_free(frame_offset_buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
|
@ -5368,7 +5368,7 @@ fail:
|
||||||
wasm_runtime_free(frame_ref_buf);
|
wasm_runtime_free(frame_ref_buf);
|
||||||
#if WASM_ENABLE_FAST_INTERP != 0
|
#if WASM_ENABLE_FAST_INTERP != 0
|
||||||
if (frame_offset_buf && frame_offset_buf != frame_offset_tmp)
|
if (frame_offset_buf && frame_offset_buf != frame_offset_tmp)
|
||||||
wasm_runtime_free(frame_offset_tmp);
|
wasm_runtime_free(frame_offset_buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user