kv_avro_release_schemas()
#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.