mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[gnucash-sheet] g_free strdup'd text
This commit is contained in:
parent
ec0d2619e9
commit
555e23e8b5
@ -1104,6 +1104,8 @@ gnucash_sheet_insert_cb (GtkEditable *editable,
|
||||
g_signal_stop_emission_by_name (G_OBJECT(sheet->entry),
|
||||
"insert_text");
|
||||
}
|
||||
|
||||
g_free (new_text);
|
||||
}
|
||||
|
||||
static char*
|
||||
|
Loading…
Reference in New Issue
Block a user