summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index e91eb4b16f..d69217e5b2 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1325,6 +1325,7 @@ void tree_flush(void)
1325{ 1325{
1326 rundb_shutdown(); 1326 rundb_shutdown();
1327 tagdb_shutdown(); 1327 tagdb_shutdown();
1328 playlist_shutdown();
1328#ifdef HAVE_DIRCACHE 1329#ifdef HAVE_DIRCACHE
1329 if (global_settings.dircache) 1330 if (global_settings.dircache)
1330 { 1331 {