Fix a moderate memory leak
periodic calls ARDOUR_UI::update_clocks() -> AudioClock::set() -> 2+ calls to UI::set_tip() can easily accumulate 50MB/hour when rolling.
This commit is contained in:
@@ -517,6 +517,7 @@ UI::do_request (UIRequest* req)
|
||||
) {
|
||||
gtk_widget_set_tooltip_markup (req->widget->gobj(), req->msg);
|
||||
}
|
||||
g_free (old);
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user