mi_integer mi_save_set_destroy(save_set)
MI_SAVE_SET *save_set;
The mi_save_set_destroy( ) function frees resources for the save set that save_set references. This function is the destructor function for a save set. This save set must have been previously created with mi_save_set_create( ). It is an error to attempt to access rows in a save set that was destroyed.
See also the description of mi_save_set_create( ).