summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 3a8798fec0..96ad534c68 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -65,6 +65,7 @@
65#include "viewport.h" 65#include "viewport.h"
66#include "list.h" 66#include "list.h"
67#include "fixedpoint.h" 67#include "fixedpoint.h"
68#include "open_plugin.h"
68 69
69#include "debug.h" 70#include "debug.h"
70 71
@@ -279,6 +280,7 @@ static void system_flush(void)
279{ 280{
280 playlist_shutdown(); 281 playlist_shutdown();
281 tree_flush(); 282 tree_flush();
283 open_plugin_cache_flush();
282 call_storage_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */ 284 call_storage_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */
283} 285}
284 286