wasi_nn_openvino.c: make this buildable (#4305)
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user