all repos — openbox @ 19e051a46601d7190dabfabcf886b1e17567ac8c

openbox fork - make it a bit more like ryudo

free the path dirs
Dana Jansens danakj@orodu.net
commit

19e051a46601d7190dabfabcf886b1e17567ac8c

parent

475961e17fd58a18f6137aefdc6e52578ce46d41

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M obt/paths.cobt/paths.c

@@ -231,6 +231,9 @@ g_slist_free(p->data_dirs);

for (it = p->autostart_dirs; it; it = g_slist_next(it)) g_free(it->data); g_slist_free(p->autostart_dirs); + for (it = p->exec_dirs; it; it = g_slist_next(it)) + g_free(it->data); + g_slist_free(p->exec_dirs); g_free(p->config_home); g_free(p->data_home); g_free(p->cache_home);