kv_release_stats()
#include <kvstore.h>
void 
kv_release_stats(kv_stats_t **stats) Releases all the resources allocated for the provided statistics structure. The statistics structure is initially allocated using kv_get_stats().
Parameters
- 
                        stats The stats parameter is the statistics structure that you want to release. 
See Also