Fix uninitialised variable spotted by valgrind.

git-svn-id: svn://localhost/ardour2/trunk@2564 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-10-23 12:02:36 +00:00
parent 4fad30667b
commit 6692898732
1 changed files with 1 additions and 0 deletions

View 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;