Skip to content

Commit b9affec

Browse files
yamtlum1n0us
authored andcommitted
wasi_nn_openvino.c: make this buildable (bytecodealliance#4305)
1 parent 84ab7b0 commit b9affec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/libraries/wasi-nn/src/wasi_nn_openvino.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ init_backend(void **ctx)
509509
*ctx = (void *)ov_ctx;
510510
return success;
511511
fail:
512-
openvino_destroy((void *)ov_ctx);
512+
os_free(ov_ctx);
513513
return ret;
514514
}
515515

0 commit comments

Comments
 (0)