bam_destroy1

@param b structure to destroy

Does nothing if @p b is NULL. If not, all memory associated with @p b will be freed, along with the structure itself. @p b should not be accessed after calling this function.

extern (C)
void
bam_destroy1

Meta