*entry and *key don't need to be freed, and are only valid until the
next call to rados_objects_list_*.
Signed-off-by: Samuel Just <sam.just@inktank.com>
/**
* Get the next object name and locator in the pool
*
+ * *entry and *key are valid until next call to rados_objects_list_*
+ *
* @param ctx iterator marking where you are in the listing
- * @param entry where to store the name of the entry (caller must free)
- * @param key where to store the object locator (set to NULL to ignore) (caller must free)
+ * @param entry where to store the name of the entry
+ * @param key where to store the object locator (set to NULL to ignore)
* @returns 0 on success, negative error code on failure
* @returns -ENOENT when there are no more objects to list
*/