Fix uninitialized member.

This commit is contained in:
Jonathan Moore Liles 2008-05-12 22:00:35 -05:00
parent 3e5c760c88
commit 8422915e87
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ void
Track::init ( void )
{
_capture = NULL;
_capture_af = NULL;
_sequence = NULL;
_name = NULL;
_selected = false;