mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
dispose image magick environment on shutdown
This commit is contained in:
@@ -822,6 +822,7 @@ namespace MediaBrowser.Server.Implementations.Drawing
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Wand.CloseEnvironment();
|
||||
_saveImageSizeTimer.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user