Browse Source

Issue 2255 – Failure after long frequent use of session tabs

https://winscp.net/tracker/2255

Source commit: 105d8a010c30dd1ed8ffe41baccfb2f542436221
Martin Prikryl 1 year ago
parent
commit
24291003ed
1 changed files with 2 additions and 0 deletions
  1. 2 0
      source/components/ThemePageControl.cpp

+ 2 - 0
source/components/ThemePageControl.cpp

@@ -375,6 +375,8 @@ void TThemePageControl::DrawDropDown(HDC DC, int Radius, int X, int Y, COLORREF
   Polygon(DC, Points, LENOF(Points));
   SelectObject(DC, OldPen);
   SelectObject(DC, OldBrush);
+  DeleteObject(Brush);
+  DeleteObject(Pen);
 }
 //----------------------------------------------------------------------------------------------------------
 // draw tab item context: possible icon and text