This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Oops. Fix order of reference in track destructor.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
8ae5783c3e
commit
35deffd747
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 );
Write
Preview
Loading…
Cancel
Save