Skip to content

Commit

Permalink
Merge pull request #26 from LuGuangguang/main
Browse files Browse the repository at this point in the history
Update Tile.cs
  • Loading branch information
Panda-Sharp authored Aug 25, 2021
2 parents 24ba64a + ad27f60 commit 940da0e
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 940da0e

Please sign in to comment.