aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/IsoManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/IO/IsoManager.cs')
-rw-r--r--Emby.Server.Implementations/IO/IsoManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/IO/IsoManager.cs b/Emby.Server.Implementations/IO/IsoManager.cs
index dc0b9e122..903d5f301 100644
--- a/Emby.Server.Implementations/IO/IsoManager.cs
+++ b/Emby.Server.Implementations/IO/IsoManager.cs
@@ -70,7 +70,6 @@ namespace Emby.Server.Implementations.IO
{
mounter.Dispose();
}
- GC.SuppressFinalize(this);
}
}
}