diff options
Diffstat (limited to 'info.c')
-rw-r--r-- | info.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -242,6 +242,8 @@ static gboolean match_string_entry(GtkTreeModel *model, GtkTreePath *path, GtkTr gtk_tree_model_get(model, iter, 0, &entry, -1); cmp = strcmp(entry, string); + if (entry) + free(entry); /* Stop. The entry is bigger than the new one */ if (cmp > 0) |