Browse Source

Oops. Fix order of reference in track destructor.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
35deffd747
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Timeline/Track.C

+ 2
- 2
Timeline/Track.C 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 );



Loading…
Cancel
Save