all repos — openbox @ e0eb926ac20ca0e153c07c377206210c82a8768b

openbox fork - make it a bit more like ryudo

Fix a memleak. (unref ObtPaths)
Mikael Magnusson mikachu@comhem.se
commit

e0eb926ac20ca0e153c07c377206210c82a8768b

parent

a21840cbb7912c25abc1943c08d6980da7537a6c

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

jump to
M openbox/debug.copenbox/debug.c

@@ -62,6 +62,7 @@ ob_handler_id =

g_log_set_handler("Openbox", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, log_handler, NULL); + obt_paths_unref(p); g_free(dir); }