]> Dogcows Code - chaz/openbox/commitdiff
Fix a memleak. (unref ObtPaths)
authorMikael Magnusson <mikachu@comhem.se>
Fri, 25 Jan 2008 15:10:30 +0000 (16:10 +0100)
committerDana Jansens <danakj@orodu.net>
Thu, 31 Jan 2008 17:54:51 +0000 (12:54 -0500)
openbox/debug.c

index b44163263f9a98a3e551bff1d49ca27e85c8777c..749bc32e297f4c314b6fc18da66acc6ee5b06d6b 100644 (file)
@@ -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);
 }
 
This page took 0.023004 seconds and 4 git commands to generate.