mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-07 21:59:16 +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;
|
*ctx = (void *)ov_ctx;
|
||||||
return success;
|
return success;
|
||||||
fail:
|
fail:
|
||||||
openvino_destroy((void *)ov_ctx);
|
os_free(ov_ctx);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user