[SCM] calf/master: Fix uninitialised variable.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:34 UTC 2013


The following commit has been merged in the master branch:
commit 17cf2b3887d8f3b28a5782fc20c2db0748307baf
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Thu Jan 6 20:58:44 2011 +0000

    Fix uninitialised variable.

diff --git a/src/host_session.cpp b/src/host_session.cpp
index ab5742c..d7c941a 100644
--- a/src/host_session.cpp
+++ b/src/host_session.cpp
@@ -42,6 +42,7 @@ host_session::host_session(session_environment_iface *se)
     gui_win = NULL;
     session_manager = NULL;
     only_load_if_exists = false;
+    save_file_on_next_idle_call = false;
 
     main_win = session_env->create_main_window();
     main_win->set_owner(this);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list