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

Parameters

store

The store parameter is the handle to the store from which you retrieved the schemas.

schemas

The schemas parameter is the array of schemas that you want to release.

See Also

Avro Management Functions