mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 03:49:07 +08:00
fix test
This commit is contained in:
parent
62f2e6fb8e
commit
c756bad83c
@ -51,7 +51,7 @@ namespace ImageResizer
|
||||
{
|
||||
if (disposing)
|
||||
{
|
||||
_themeManager.Dispose();
|
||||
_themeManager?.Dispose();
|
||||
}
|
||||
|
||||
// TODO: free unmanaged resources (unmanaged objects) and override finalizer
|
||||
|
Loading…
Reference in New Issue
Block a user