From 4b03f11c4c795e14d4041bb79048521f12891ee4 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 25 Mar 2013 14:57:01 +0100 Subject: Bug #696173 - Various memory leaks --- shell/e-shell-searchbar.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') 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; } -- cgit v1.2.3