Browse Source

JACK_Module: Don't forget to shutdown input ports in destructor.

tags/non-daw-v1.1.0
Jonathan Moore Liles 15 years ago
parent
commit
4ed6b98297
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Mixer/JACK_Module.C

+ 1
- 0
Mixer/JACK_Module.C View File

@@ -64,6 +64,7 @@ JACK_Module::~JACK_Module ( )
{
log_destroy();
configure_inputs( 0 );
configure_outputs( 0 );
}



Loading…
Cancel
Save