Skip to content

Fix ImageCropper crash and resource leaks#1530

Draft
imnasnainaec wants to merge 3 commits into
masterfrom
fix/1275-bitmap-instead-of-stream
Draft

Fix ImageCropper crash and resource leaks#1530
imnasnainaec wants to merge 3 commits into
masterfrom
fix/1275-bitmap-instead-of-stream

Expand ImageCropper test coverage and document CalculateSourceImageAr…

384aae8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 13, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 152 in SIL.Windows.Forms.Tests/ImageToolbox/ImageCropperTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This assignment to
_
is useless, since its value is never read.