aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-13 10:44:34 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-13 10:44:34 -0500
commit81d685b882de369cd42ed8f3dbf78fc6bc0f36df (patch)
tree937a7794dd30065a4a35e14f3ad18eafcc25bc44 /Emby.Common.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
parent71854c1a09bb820c181485cf0601959461bca852 (diff)
update db connections
Diffstat (limited to 'Emby.Common.Implementations/ScheduledTasks/ScheduledTaskWorker.cs')
-rw-r--r--Emby.Common.Implementations/ScheduledTasks/ScheduledTaskWorker.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Common.Implementations/ScheduledTasks/ScheduledTaskWorker.cs b/Emby.Common.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
index f288c5c0f..cbc7c7c2d 100644
--- a/Emby.Common.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
+++ b/Emby.Common.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
@@ -387,6 +387,7 @@ namespace Emby.Common.Implementations.ScheduledTasks
finally
{
_currentTask = null;
+ GC.Collect();
}
}