X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh_common.c;h=b06e4eb5a0ef16653476e61574e55ad6878efbe7;hp=c5a25e36bfe889d22318fa28e5cf23088c2cbb67;hb=093dda1824631372587d107d64601389027c6187;hpb=9c1aa53f0cda586aa13a022452d16a2704055578 diff --git a/afh_common.c b/afh_common.c index c5a25e36..b06e4eb5 100644 --- a/afh_common.c +++ b/afh_common.c @@ -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) {