Skip to content

Commit

Permalink
Destroy the FxMixer before the Mixer when shutting down
Browse files Browse the repository at this point in the history
Fixes #2584.
  • Loading branch information
Fastigium committed Feb 24, 2016
1 parent b49e758 commit b645f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ void LmmsCore::destroy()
deleteHelper( &s_bbTrackContainer );
deleteHelper( &s_dummyTC );

deleteHelper( &s_mixer );
deleteHelper( &s_fxMixer );
deleteHelper( &s_mixer );

deleteHelper( &s_ladspaManager );

Expand Down

0 comments on commit b645f43

Please sign in to comment.