mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Code quality fixes (NullReference checks, unused variables etc)
This commit is contained in:
parent
6ab6033f85
commit
ac08533727
99 changed files with 1252 additions and 1312 deletions
4
Greenshot/Forms/MainForm.Designer.cs
generated
4
Greenshot/Forms/MainForm.Designer.cs
generated
|
@ -34,8 +34,8 @@ namespace Greenshot {
|
|||
if (components != null) {
|
||||
components.Dispose();
|
||||
}
|
||||
if (copyData != null) {
|
||||
copyData.Dispose();
|
||||
if (_copyData != null) {
|
||||
_copyData.Dispose();
|
||||
}
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue