mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Safeguard video-alignment in case LTC detection throws an error
This commit is contained in:
parent
1228202bbe
commit
8af793a44d
1 changed files with 1 additions and 0 deletions
|
|
@ -346,6 +346,7 @@ ARDOUR_UI::add_video (Gtk::Window* float_window)
|
||||||
*/
|
*/
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
// LTCFileReader will have written error messages
|
// LTCFileReader will have written error messages
|
||||||
|
ltc_seq.clear ();
|
||||||
}
|
}
|
||||||
|
|
||||||
::g_unlink(audio_from_video.c_str());
|
::g_unlink(audio_from_video.c_str());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue