mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Code fixes, there was an error in the disposing of a DrawableContainer...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2536 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
7823138adc
commit
7a4ac7e4f9
3 changed files with 16 additions and 9 deletions
|
@ -61,6 +61,7 @@ namespace Greenshot.Drawing {
|
|||
grippers[i] = null;
|
||||
}
|
||||
}
|
||||
grippers = null;
|
||||
}
|
||||
|
||||
FieldAggregator aggProps = parent.FieldAggregator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue