[gnucash-sheet] g_free strdup'd text

This commit is contained in:
Christopher Lam 2024-11-29 05:26:41 +08:00
parent ec0d2619e9
commit 555e23e8b5

View File

@ -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*