Mixer: Apply appropriate change required by 66daa1.

This commit is contained in:
Jonathan Moore Liles 2010-01-23 20:53:56 -06:00
parent 0a6749fd16
commit a279d35902
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Engine::Engine ( void (*process_callback)(nframes_t nframes, void *), void *user
Engine::~Engine ( ) Engine::~Engine ( )
{ {
deactivate();
} }