cross-thread handling of SessionEvent allocation/deallocation, with widespread conseq...
[ardour.git] / gtk2_ardour / editor_audio_import.cc
index 833d26168a30fc257320cb37c40ad010efbe0073..f8b6d7c141ca5294fc8a0ed04573402cb0d80562 100644 (file)
@@ -880,6 +880,7 @@ void *
 Editor::_import_thread (void *arg)
 {
        PBD::notify_gui_about_thread_creation (pthread_self(), X_("Import"));
+       SessionEvent::create_per_thread_pool ("import events", 64);
 
        Editor *ed = (Editor *) arg;
        return ed->import_thread ();