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