What steps will reproduce the problem? 1. Open the task manager and look at the "GDI Objects" column for the vwKvasdoPager under the process tab. 2. Move the mouse over the pager to make tooltips appear and disappear. 3. Observe the number of "GDI Objects" increase in the task manager.
What is the expected output? What do you see instead?
The number of used GDI handles should stay stable.
What version of the product are you using? On what operating system?
SVN HEAD (r10) under Windows 7
Comment #1
Posted on Jun 26, 2010 by Happy BirdA GDI device context obtained through GetWindowDC() in tooltipUpdate() is never released.
Attaching a patch that fixes this.
Comment #2
Posted on Jun 26, 2010 by Happy BirdOops! Previous patch was a "context diff". Resubmitting in unified diff format.
Comment #3
Posted on Jul 17, 2010 by Happy Camelpatch is applied, issue closed
Status: Fixed
Labels:
Type-Defect
Priority-Medium