From 1c0dc61bd8601a85a8cebd3161ecd6f543a744da Mon Sep 17 00:00:00 2001 From: RKrom Date: Fri, 7 Feb 2014 13:15:41 +0100 Subject: [PATCH] Fixed a stack-overflow problem when closing Greenshot --- Greenshot/Controls/Pipette.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Greenshot/Controls/Pipette.cs b/Greenshot/Controls/Pipette.cs index f6c7c7587..7bf57d0d8 100644 --- a/Greenshot/Controls/Pipette.cs +++ b/Greenshot/Controls/Pipette.cs @@ -90,7 +90,7 @@ namespace Greenshot.Controls { } movableShowColorForm = null; _cursor = null; - base.Dispose(); + base.Dispose(disposing); } ///