aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs')
-rw-r--r--Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs b/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs
index 8ae85e390..221580681 100644
--- a/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs
+++ b/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs
@@ -60,6 +60,7 @@ namespace Emby.Server.Implementations.EntryPoints
_timer.Dispose();
_timer = null;
}
+ GC.SuppressFinalize(this);
}
}
}