void free_sqlda( struct sqlda * sqlda );
sqlda A pointer to a SQLDA structure.
Free space allocated to this sqlda and free the indicator variable space, as allocated in fill_sqlda. Do not free the memory referenced by each sqldata pointer.