Fix a memleak. (unref ObtPaths)
This commit is contained in:
parent
a21840cbb7
commit
e0eb926ac2
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue