Fixed a stack-overflow problem when closing Greenshot

This commit is contained in:
RKrom 2014-02-07 13:15:41 +01:00
parent 63ecb20f9e
commit 1c0dc61bd8

View file

@ -90,7 +90,7 @@ namespace Greenshot.Controls {
}
movableShowColorForm = null;
_cursor = null;
base.Dispose();
base.Dispose(disposing);
}
/// <summary>