Library Version 12.1.3.1
#include <kvstore.h> void kv_avro_release_schemas(kv_store_t *store, avro_schema_t **schemas);
Releases memory allocated by kv_avro_get_current_schemas().
The store parameter is the handle to the store from which you retrieved the schemas.
The schemas parameter is the array of schemas that you want to release.
Avro Management Functions