STATE_track_delete
deletes a track be carful not to use this handle after it was deleted a good practice is to do like that: STATE_track_delete(my_track); my_track=NULL;