mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
17b7d92244
commit
42f4e64d5f
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ UI::do_request (UIRequest* req)
|
|||
) {
|
||||
gtk_widget_set_tooltip_markup (req->widget->gobj(), req->msg);
|
||||
}
|
||||
g_free (old);
|
||||
|
||||
} else {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue