Fix uninitialised variable spotted by valgrind.
authorCarl Hetherington <carl@carlh.net>
Tue, 23 Oct 2007 12:02:36 +0000 (12:02 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 23 Oct 2007 12:02:36 +0000 (12:02 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2564 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour_ui.cc

index 1182f397922bfdbd000233c8ccaf78fed3e6819c..0e52748e5598f26925cf1077cf90522fbad1f3bd 100644 (file)
@@ -181,6 +181,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[])
        editor = 0;
        mixer = 0;
        session = 0;
+       editor = 0;
        _session_is_new = false;
        big_clock_window = 0;
        session_selector_window = 0;