Library Version 12.1.3.1
#include <kvstore.h> void kv_release_key(kv_key_t **key)
Releases the resources used by a key. The structure was intially allocated using kv_create_key() or kv_create_key_from_uri().
The key parameter references the kv_key_t structure that you want to release.
kv_key_t
Key/Value Pair Management Functions