mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
possible fix for crash on exit - err on the side of caution
This commit is contained in:
parent
29108187ed
commit
539e58bf5d
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
|||
/* big clock */
|
||||
|
||||
, big_clock (new AudioClock (X_("bigclock"), false, "big", true, true, false, false))
|
||||
, video_timeline(0)
|
||||
|
||||
/* start of private members */
|
||||
|
||||
|
|
@ -900,6 +901,7 @@ If you still wish to quit, please use the\n\n\
|
|||
}
|
||||
|
||||
delete ARDOUR_UI::instance()->video_timeline;
|
||||
ARDOUR_UI::instance()->video_timeline = NULL;
|
||||
stop_video_server();
|
||||
|
||||
/* Save state before deleting the session, as that causes some
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue