kv_release_properties()
#include <kvstore.h>
void
kv_release_properties(kv_properties_t **props) Releases a properties structure created using kv_create_properties().
Parameters
- 
                        props The props parameter references the properties you want to release. 
See Also