[SCM] calf/master: + JACK host: stability fix

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:36:59 UTC 2013


The following commit has been merged in the master branch:
commit 948a9698adc262818ecc9359689c4c4bcb93f2ee
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Tue Jan 15 21:23:25 2008 +0000

    + JACK host: stability fix
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@102 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/jackhost.cpp b/src/jackhost.cpp
index d1e463d..416df4b 100644
--- a/src/jackhost.cpp
+++ b/src/jackhost.cpp
@@ -269,12 +269,12 @@ void host_session::close()
     if (lash_source_id)
         g_source_remove(lash_source_id);
     client.deactivate();
+    client.close();
     for (unsigned int i = 0; i < plugin_names.size(); i++) {
         delete guis[i];
         plugins[i]->close();
         delete plugins[i];
     }
-    client.close();
 }
 
 #if USE_LASH

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list