]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh_common.c
reset version to 'git'
[paraslash.git] / afh_common.c
index c5a25e36bfe889d22318fa28e5cf23088c2cbb67..b06e4eb5a0ef16653476e61574e55ad6878efbe7 100644 (file)
@@ -230,11 +230,12 @@ success:
 }
 
 /**
- * Deallocate contents of a filled-in ahi structure
+ * Deallocate the contents of an afh_info structure.
  *
  * \param afhi The structure to clear.
  *
- * The given pointer is kept, everything else is freed.
+ * This only frees the memory the various pointer fields of \a afhi point to.
+ * It does *not* free \a afhi itself.
  */
 void clear_afhi(struct afh_info *afhi)
 {