Safeguard video-alignment in case LTC detection throws an error
This commit is contained in:
parent
1228202bbe
commit
8af793a44d
@ -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…
Reference in New Issue
Block a user