eant_ClipDataFree

Go Back

Summary:
  Free an Eant_ClipData structure.

Header File:
  eant.h

Library Name:
  elib

void    eant_ClipDataFree  (
    Eant_ClipData**    clipData,
  )
clipData
    The data to be freed.

Description:
  Free an Eant_ClipData structure. The structures pointed to by the Eant_ClipData are freed first and the Eant_ClipData * is set to NULL.

Notes:
  None.

Return Description:
  This function is of type void.