summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 128b52ea2d..b8897c95ee 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -919,7 +919,7 @@ int plugin_load(const char* plugin, const void* parameter)
919 int rc = p_hdr->entry_point(parameter); 919 int rc = p_hdr->entry_point(parameter);
920 920
921 tree_unlock_cache(tree_get_context()); 921 tree_unlock_cache(tree_get_context());
922 pop_current_activity(); 922 pop_current_activity(ACTIVITY_REFRESH_NOW);
923 923
924 if (!pfn_tsr_exit) 924 if (!pfn_tsr_exit)
925 { /* close handle if plugin is no tsr one */ 925 { /* close handle if plugin is no tsr one */