SLOG_Irec_Free
Deallocate the given interval record data structure, i.e. free the memory associated with it. (SLOG_intvlrec_t's destructor)
Synopsis
void SLOG_Irec_Free( SLOG_intvlrec_t *irec )
Modified Input Variables
- irec - pointer to the interval record data structure to be erased/freed.
Usage Notes on this routine
Free the memory allocated by SLOG_Irec_Create(), SLOG_Irec_Copy() and
other related routines.
Include File Needed
slog.h
Location:../src/slog_irec_common.c