mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 09:33:46 -07:00
Fixed a stack-overflow problem when closing Greenshot
This commit is contained in:
parent
63ecb20f9e
commit
1c0dc61bd8
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace Greenshot.Controls {
|
||||||
}
|
}
|
||||||
movableShowColorForm = null;
|
movableShowColorForm = null;
|
||||||
_cursor = null;
|
_cursor = null;
|
||||||
base.Dispose();
|
base.Dispose(disposing);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue