aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/News/NewsEntryPoint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/News/NewsEntryPoint.cs')
-rw-r--r--Emby.Server.Implementations/News/NewsEntryPoint.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/News/NewsEntryPoint.cs b/Emby.Server.Implementations/News/NewsEntryPoint.cs
index 3c9a3bbf1d..03c79c2c1e 100644
--- a/Emby.Server.Implementations/News/NewsEntryPoint.cs
+++ b/Emby.Server.Implementations/News/NewsEntryPoint.cs
@@ -271,6 +271,7 @@ namespace Emby.Server.Implementations.News
_timer.Dispose();
_timer = null;
}
+ GC.SuppressFinalize(this);
}
}
}