Oops. Fix order of reference in track destructor.

This commit is contained in:
Jonathan Moore Liles 2008-07-27 19:10:35 -05:00
parent 8ae5783c3e
commit 35deffd747
1 changed files with 2 additions and 2 deletions

View File

@ -88,6 +88,8 @@ Track::~Track ( )
control = NULL;
annotation = NULL;
solo( false );
Fl_Group::clear();
log_destroy();
@ -100,8 +102,6 @@ Track::~Track ( )
_sequence = NULL;
solo( false );
if ( _name )
free( _name );