Skip to content

Commit

Permalink
Merge pull request #1 from LuGuangguang/LuGuangguang-patch-1
Browse files Browse the repository at this point in the history
Update Tile.cs
  • Loading branch information
LuGuangguang authored Aug 25, 2021
2 parents 24ba64a + e5d35e5 commit ad27f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Yugen.Mosaic.Uwp/Models/Tile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public void Process(Size tileSize, IRandomAccessStream RandomAccessStream)

public void Dispose()
{
ResizedImage.Dispose();
ResizedImage?.Dispose();
ResizedImage = null;
}
}
}
}

0 comments on commit ad27f60

Please sign in to comment.