mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 01:36:31 +02:00
fix test
This commit is contained in:
@@ -51,7 +51,7 @@ namespace ImageResizer
|
||||
{
|
||||
if (disposing)
|
||||
{
|
||||
_themeManager.Dispose();
|
||||
_themeManager?.Dispose();
|
||||
}
|
||||
|
||||
// TODO: free unmanaged resources (unmanaged objects) and override finalizer
|
||||
|
||||
Reference in New Issue
Block a user