fix NSM initialization.
Possible segfault on startup if NSM is not used.
This commit is contained in:
parent
7b99abb05d
commit
b27700f10c
@ -660,6 +660,7 @@ ARDOUR_UI::startup ()
|
||||
app->ready ();
|
||||
|
||||
nsm_url = getenv ("NSM_URL");
|
||||
nsm = 0;
|
||||
|
||||
if (nsm_url) {
|
||||
nsm = new NSM_Client;
|
||||
|
Loading…
Reference in New Issue
Block a user