Part/RB_Free_RB_Part [ Functions ]

FUNCTION

Free the memory used by an RB_Part. Most of this is handled in other functions.

SYNOPSIS

void RB_Free_RB_Part( struct RB_Part *part )

INPUTS

SOURCE

{
    /* part->filename  is freed by RB_Directory */
    /* part->headers.  Headers are freed by the document */
    free( part );
}