commit 01b813a45a8f006f80c3bde3266173341f2a61b1 parent b8a90e53e6f6615d3217ef0ba5e5a03b8dbc12f6 Author: Jonathan Boeing <jonathan@claws-mail.org> Date: Fri, 19 Nov 2021 09:32:40 -0700 Fix memory leak found Diffstat:
| M | src/gtk/quicksearch.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c @@ -579,6 +579,7 @@ static gboolean search_type_combo_separator_func(GtkTreeModel *model, if (txt == NULL) return TRUE; + g_free(txt); return FALSE; }