From 673383d04702990cd79d7ceb98507cef70f818ec Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 14 Sep 2003 20:56:48 +0000 Subject: fix mem leak --- openbox/config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/config.c') diff --git a/openbox/config.c b/openbox/config.c index 42a9433d..c840f83e 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -390,6 +390,8 @@ void config_shutdown() g_free(config_theme); + g_free(config_title_layout); + for (it = config_desktops_names; it; it = g_slist_next(it)) g_free(it->data); g_slist_free(config_desktops_names); -- cgit v1.2.3