kv_release_version()
#include <kvstore.h>
void 
kv_release_version(kv_version_t **version)Releases a version structure. The version structure was initially created using kv_get_version(), or through some store write operation such as is performed by kv_put_with_options().
Parameters
- 
                        version The value parameter is the kv_version_tstructure that you want to release.
See Also