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:
RKrom 2013-03-08 20:45:40 +00:00
parent 25c7e56c31
commit 733adc99e4

View file

@ -1348,6 +1348,7 @@ namespace Greenshot.Drawing {
ApplyCrop(cropContainer.Bounds);
}
cropContainer.Dispose();
cropContainer = null;
}
}
}