diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index e91eb4b..d69217e 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1325,6 +1325,7 @@ void tree_flush(void) { rundb_shutdown(); tagdb_shutdown(); + playlist_shutdown(); #ifdef HAVE_DIRCACHE if (global_settings.dircache) { |