13
0

fixing leaking tooltip string

Manually created version of PR #211
This commit is contained in:
Paul Davis 2016-02-26 14:36:44 -05:00
parent 637f4cc817
commit b77236d4b4

View File

@ -1355,6 +1355,8 @@ MixerStrip::update_io_button (boost::shared_ptr<ARDOUR::Route> route, Width widt
set_tooltip (&output_button, tooltip_cstr);
}
delete [] tooltip_cstr;
if (each_io_has_one_connection) {
if (total_connection_count == ardour_connection_count) {
// all connections are to the same track in ardour