Fix a probably-irrelevant warning from valgrind.
authorCarl Hetherington <carl@carlh.net>
Tue, 23 Oct 2007 13:33:46 +0000 (13:33 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 23 Oct 2007 13:33:46 +0000 (13:33 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2567 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/crossfade.cc

index d45d5efa9fb621d762e8957ee3137edae567c373..508e6515c9f9375df5bcdcb79d621134c41d9709 100644 (file)
@@ -161,6 +161,7 @@ Crossfade::Crossfade (const Playlist& playlist, XMLNode& node)
 
        _length = 0;
        initialize();
+       _active = true;
        
        if (set_state (node)) {
                throw failed_constructor();