From 49ddf8ecce0027e5cb96de2d361aec8d74b3c921 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 9 Apr 2013 03:47:47 +0200 Subject: vtl: disconnect from session-save signal the videotimeline is a global unique instance that is allocated during startup and deleted on exit. The Scopedconnection is not deleted with the session. --- gtk2_ardour/video_timeline.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/video_timeline.h') diff --git a/gtk2_ardour/video_timeline.h b/gtk2_ardour/video_timeline.h index 559709d708..4bc3eb86c7 100644 --- a/gtk2_ardour/video_timeline.h +++ b/gtk2_ardour/video_timeline.h @@ -137,6 +137,8 @@ class VideoTimeLine : public sigc::trackable, public ARDOUR::SessionHandlePtr, p PBD::Signal0 VtlUpdate; PBD::Signal1 GuiUpdate; void gui_update (const std::string &); + + PBD::ScopedConnection sessionsave; }; #endif /* __ardour_video_timeline_h__ */ -- cgit v1.2.3