mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
[gnc-split-reg] free tooltip text properly
This commit is contained in:
parent
67a1b7a873
commit
45aac53952
@ -744,9 +744,8 @@ gsr_redraw_all_cb (GnucashRegister *g_reg, gpointer data)
|
||||
|
||||
gtk_widget_set_tooltip_text (GTK_WIDGET(gsr->filter_label), gsr->filter_text);
|
||||
|
||||
if (old_tt_text)
|
||||
g_free (old_tt_text);
|
||||
}
|
||||
g_free (old_tt_text);
|
||||
}
|
||||
|
||||
if (gsr->shares_label == NULL && gsr->value_label == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user