diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-searchbar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c index 262b082d6c..5795407d0d 100644 --- a/shell/e-shell-searchbar.c +++ b/shell/e-shell-searchbar.c @@ -940,6 +940,8 @@ shell_searchbar_get_preferred_width (GtkWidget *widget, } } + g_list_free (children); + *minimum_width = max_minimum + COLUMN_SPACING; *natural_width = max_natural + COLUMN_SPACING; } |