Fix a memleak. (unref ObtPaths)

This commit is contained in:
Mikael Magnusson 2008-01-25 16:10:30 +01:00 committed by Dana Jansens
parent a21840cbb7
commit e0eb926ac2

View 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);
}