summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2010-07-16 14:44:14 +0100
committerThomas Wood <thomas.wood@intel.com>2010-07-16 14:44:14 +0100
commit2e47f04fc9b5abc802f2b2ed3e30b208131e5df1 (patch)
tree37e2688a6361e985de9e24777f7571e7ca2ec504
parent20a5421543fe7830a48587fc97075550c6951b6b (diff)
downloadgnome-control-center-2e47f04fc9b5abc802f2b2ed3e30b208131e5df1.tar.gz
shell: free the menu directory contents list
-rw-r--r--shell/gnome-control-center.c2
1 files changed, 2 insertions, 0 deletions
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);
}
}