wasi_nn_openvino.c: make this buildable (#4305)

This commit is contained in:
YAMAMOTO Takashi 2025-06-03 14:28:13 +09:00 committed by GitHub
parent 61cb97221e
commit 6a00874f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}