NAME FD_CategoryTableFree - C Function SYNOPSIS #include "fidal.h"
FD_RetCode FD_CategoryTableFree( FD_StringTable *table );
DESCRIPTION
Free the dynamically allocated FD_StringTable. The FD_StringTable must have been allocated with FD_CategoryTableAlloc. RETURN VALUE
| FD_SUCCESS | Operation is successful | | FD_BAD_OBJECT | Pointer is not pointing on the right type of object or memory corruption occurred. | | FD_ALLOC_ERR | Cannot free memory, or memory corruption detected | | FD_UNKNOWN_ERR | Operation failed for unknown reason |
For other error code, or to match a number to an error description, check the FD_RetCode enumeration in "FIDAL/c/include/fd_common.h" SEE ALSO FD_CategoryTableAlloc |