Corrected Memory Leak When Error Occurs Creating Table with IDENTITY Field
When a table with a SQL IDENTITY field was created and the table creation failed, allocated memory for the identity field name in the c-treeDB table structure was leaked. The logic has been modified to free the memory for the identity field name.