]> sourceware.org Git - lvm2.git/commitdiff
Update comments about memory handling in lvm2app.h.
authorDave Wysochanski <dwysocha@redhat.com>
Mon, 12 Jul 2010 18:12:23 +0000 (18:12 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Mon, 12 Jul 2010 18:12:23 +0000 (18:12 +0000)
WHATS_NEW
liblvm/lvm2app.h

index 57e02ef948ec9338056eff26bc53128aac2ba812..b43a557d44101e11a07d5a3293e808fd3266d1b4 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.71 -
 ===============================
+  Update comments about memory handling in lvm2app.h.
   Add more verbose messages while checking volume_list and hosttags settings.
   Add log_error when strdup fails in {vg|lv}_change_tag().
   Remove unnecessary includes in liblvm files.
index 05f804f6fa45582d3313e00f8d602bafe90c7503..b33e18a0a779780d7d6e35bfc2eb68812b545766 100644 (file)
@@ -929,8 +929,8 @@ int lvm_vg_remove_lv(lv_t lv);
  *
  * \memberof lv_t
  *
- * Memory is allocated using dm_malloc() and caller must free the memory
- * using dm_free().
+ * The memory allocated for the uuid is tied to the vg_t handle and will be
+ * released when lvm_vg_close() is called.
  *
  * \param   lv
  * Logical volume handle.
@@ -945,8 +945,8 @@ const char *lvm_lv_get_uuid(const lv_t lv);
  *
  * \memberof lv_t
  *
- * Memory is allocated using dm_malloc() and caller must free the memory
- * using dm_free().
+ * The memory allocated for the uuid is tied to the vg_t handle and will be
+ * released when lvm_vg_close() is called.
  *
  * \param   lv
  * Logical volume handle.
This page took 0.039573 seconds and 5 git commands to generate.