]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
kill the padding in the menu title
[chaz/openbox] / openbox / config.c
index 42a9433d513620855eb4b5019d9d7c8d3b8f70a6..c840f83eb5a3efce28cf5fa66896d5df6accb931 100644 (file)
@@ -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);
This page took 0.02092 seconds and 4 git commands to generate.