fix crash in butler when destroying before thread is started
[ardour.git] / libs / ardour / ardour / butler.h
index efdaad1621a12dc88e0b658519424303c08946eb..949668dab3d1f4d82c991861cf92511d1384d548 100644 (file)
@@ -76,6 +76,7 @@ class LIBARDOUR_API Butler : public SessionHandleRef
        };
 
        pthread_t    thread;
+       bool         have_thread;
        Glib::Threads::Mutex  request_lock;
         Glib::Threads::Cond   paused;
        bool         should_run;