13
0

fix NSM initialization.

Possible segfault on startup if NSM is not used.
This commit is contained in:
Robin Gareus 2013-04-03 02:36:15 +02:00
parent 7b99abb05d
commit b27700f10c

View File

@ -660,6 +660,7 @@ ARDOUR_UI::startup ()
app->ready ();
nsm_url = getenv ("NSM_URL");
nsm = 0;
if (nsm_url) {
nsm = new NSM_Client;