Skip to content

Commit 6a00874

Browse files
authored
wasi_nn_openvino.c: make this buildable (#4305)
1 parent 61cb972 commit 6a00874

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)