diff options
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index e66c990d3..5fdd4f0bb 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -1050,6 +1050,7 @@ textcell_data_func (GtkCellLayout *cell_layout, att->start_index = strlen (title)+1; pango_attr_list_insert (list, att); + g_free (title); } else { @@ -1095,7 +1096,6 @@ textcell_data_func (GtkCellLayout *cell_layout, pango_attr_list_unref (list); - g_free (title); g_free (url); } |