summaryrefslogtreecommitdiffstats
path: root/liblvm
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2010-07-12 18:12:23 +0000
committerDave Wysochanski <dwysocha@redhat.com>2010-07-12 18:12:23 +0000
commitda42be4d8d5fa8413ffc8fb1c7ad003408cd9be5 (patch)
tree1eb769cf5cda2c71b65a0c6a51e8a40b9c18c138 /liblvm
parent3122f963b0332fb9877a7c89cabf47f750e0d211 (diff)
downloadlvm2-da42be4d8d5fa8413ffc8fb1c7ad003408cd9be5.tar.gz
lvm2-da42be4d8d5fa8413ffc8fb1c7ad003408cd9be5.tar.xz
lvm2-da42be4d8d5fa8413ffc8fb1c7ad003408cd9be5.zip
Update comments about memory handling in lvm2app.h.
Diffstat (limited to 'liblvm')
-rw-r--r--liblvm/lvm2app.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/liblvm/lvm2app.h b/liblvm/lvm2app.h
index 05f804f6..b33e18a0 100644
--- a/liblvm/lvm2app.h
+++ b/liblvm/lvm2app.h
@@ -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.