]> git.saurik.com Git - apple/hfs.git/blobdiff - tests/disk-image.h
hfs-556.100.11.tar.gz
[apple/hfs.git] / tests / disk-image.h
index cd9d9ae657d05f5527e1ac8bbee365f45d7bcc1b..43a486855d3298d0d4bf7a7557eb1bebf6c8f458 100644 (file)
@@ -16,6 +16,9 @@
  * One 'shared' disk image is created for any test to use, if it wants.
  * To use this disk image, call disk_image_get(). To create a 'not-shared'
  * disk image for use just within your test, call disk_image_create().
+ *
+ * Callers of disk_image_create() and disk_image_get() should not free the pointer they receive,
+ * as it is freed automatically.
  */
 
 __BEGIN_DECLS