From 2e47f04fc9b5abc802f2b2ed3e30b208131e5df1 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 16 Jul 2010 14:44:14 +0100 Subject: [PATCH] shell: free the menu directory contents list --- shell/gnome-control-center.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c index 41f821326..43449f860 100644 --- a/shell/gnome-control-center.c +++ b/shell/gnome-control-center.c @@ -654,6 +654,8 @@ fill_model (GnomeControlCenter *shell) f->data); } } + + g_slist_free (contents); } }