| SE_table_free_list |
Frees an array of table names allocated from SE_table_list.
void SE_table_free_list
(LONG num_tables,
CHAR **tables);
| num_tables | The number of tables |
| tables | A pointer to an array to deallocate |
SE_table_free_list frees an array of table names that was allocated by the SE_table_list function.