mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Code quality changes
This commit is contained in:
parent
f07ed83722
commit
610f45d082
189 changed files with 4609 additions and 5203 deletions
|
@ -46,10 +46,7 @@ namespace Greenshot.Memento
|
|||
{
|
||||
if (disposing)
|
||||
{
|
||||
if (_containerList != null)
|
||||
{
|
||||
_containerList.Dispose();
|
||||
}
|
||||
_containerList?.Dispose();
|
||||
}
|
||||
_containerList = null;
|
||||
_surface = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue