X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh_common.c;h=b3ba348526cad86c103bcff65e3765fc3b571e2a;hb=8005b324b956c7d462a7b68fc262b49843e61fb0;hp=cad972d94026eb1f1587fdf7201b752786b801b7;hpb=42ddd68159d7eff0f3e7c225665c97f9abd59425;p=paraslash.git diff --git a/afh_common.c b/afh_common.c index cad972d9..b3ba3485 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) {