shell: free the menu directory contents list

This commit is contained in:
Thomas Wood 2010-07-16 14:44:14 +01:00
parent 20a5421543
commit 2e47f04fc9

View file

@ -654,6 +654,8 @@ fill_model (GnomeControlCenter *shell)
f->data); f->data);
} }
} }
g_slist_free (contents);
} }
} }