Safeguard video-alignment in case LTC detection throws an error

This commit is contained in:
Robin Gareus 2022-09-03 17:55:30 +02:00
parent 1228202bbe
commit 8af793a44d
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ ARDOUR_UI::add_video (Gtk::Window* float_window)
*/
} catch (...) {
// LTCFileReader will have written error messages
ltc_seq.clear ();
}
::g_unlink(audio_from_video.c_str());