summaryrefslogtreecommitdiff
path: root/obt/paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'obt/paths.c')
-rw-r--r--obt/paths.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/obt/paths.c b/obt/paths.c
index b20eb48d..bd6c177a 100644
--- a/obt/paths.c
+++ b/obt/paths.c
@@ -231,6 +231,9 @@ void obt_paths_unref(ObtPaths *p)
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);