Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Panda-Sharp committed Sep 6, 2021
2 parents 4f2bb18 + 940da0e commit 6aaa86b
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 6aaa86b

Please sign in to comment.