mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-07 13:49:18 +00:00
wasi_nn_openvino.c: make this buildable (#4305)
This commit is contained in:
parent
61cb97221e
commit
6a00874f2f
|
@ -509,7 +509,7 @@ init_backend(void **ctx)
|
|||
*ctx = (void *)ov_ctx;
|
||||
return success;
|
||||
fail:
|
||||
openvino_destroy((void *)ov_ctx);
|
||||
os_free(ov_ctx);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user