From: Mikael Magnusson Date: Fri, 25 Jan 2008 15:10:30 +0000 (+0100) Subject: Fix a memleak. (unref ObtPaths) X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=e0eb926ac20ca0e153c07c377206210c82a8768b Fix a memleak. (unref ObtPaths) --- diff --git a/openbox/debug.c b/openbox/debug.c index b4416326..749bc32e 100644 --- a/openbox/debug.c +++ b/openbox/debug.c @@ -62,6 +62,7 @@ void ob_debug_startup(void) 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); }