kv_release_key()

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

Parameters

  • key

    The key parameter references the kv_key_t structure that you want to release.