mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fixed #1474, CropContainer wasn't cleaned up correctly.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2528 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
25c7e56c31
commit
733adc99e4
1 changed files with 1 additions and 0 deletions
|
@ -1348,6 +1348,7 @@ namespace Greenshot.Drawing {
|
|||
ApplyCrop(cropContainer.Bounds);
|
||||
}
|
||||
cropContainer.Dispose();
|
||||
cropContainer = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue