Skip to content

Commit

Permalink
[gnucash-sheet] g_free strdup'd text
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Nov 28, 2024
1 parent ec0d261 commit 555e23e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnucash/register/register-gnome/gnucash-sheet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 555e23e

Please sign in to comment.