13
0

Fix crash on session-reload or close (amend 1c9bb9ab41)

RouteUI is also used in the recorder-ui and meterbridge,
not all of which call RouteUI::init() since only the abstraction
itself is required.
This commit is contained in:
Robin Gareus 2021-06-10 05:14:58 +02:00
parent bd275fa66f
commit f37ad624f6
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -132,6 +132,7 @@ RouteUI::RouteUI (ARDOUR::Session* sess)
, _comment_window(0)
, _comment_area(0)
, _invert_menu(0)
, _playlist_selector(0)
{
if (program_port_prefix.empty()) {
// compare to gtk2_ardour/port_group.cc