mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Fix a probably-irrelevant warning from valgrind.
git-svn-id: svn://localhost/ardour2/trunk@2567 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
20db119cd3
commit
4d33fbac62
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ Crossfade::Crossfade (const Playlist& playlist, XMLNode& node)
|
|||
|
||||
_length = 0;
|
||||
initialize();
|
||||
_active = true;
|
||||
|
||||
if (set_state (node)) {
|
||||
throw failed_constructor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue