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
Fix uninitialized member.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
3e5c760c88
commit
8422915e87
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Timeline/Track.C
+ 1
- 0
Timeline/Track.C
View File
@@ -116,6 +116,7 @@ void
Track::init ( void )
{
_capture = NULL;
_capture_af = NULL;
_sequence = NULL;
_name = NULL;
_selected = false;
Write
Preview
Loading…
Cancel
Save