[PATCH 1/9] [Comctl32]: header

Eric Pouech eric.pouech at wanadoo.fr
Wed Nov 8 14:46:42 CST 2006


- fixing some bugs found out by running valgrind on the
  regression tests

A+
---

 dlls/comctl32/header.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/header.c b/dlls/comctl32/header.c
index b71c9e1..5b62dda 100644
--- a/dlls/comctl32/header.c
+++ b/dlls/comctl32/header.c
@@ -402,6 +402,7 @@ HEADER_DrawItem (HWND hwnd, HDC hdc, INT
 	if (phdi->fmt & HDF_STRING) {
 	    RECT textRect;
 
+            SetRectEmpty(&textRect);
 	    DrawTextW (hdc, phdi->pszText, -1,
 	               &textRect, DT_LEFT|DT_VCENTER|DT_SINGLELINE|DT_CALCRECT);
 	    cw = textRect.right - textRect.left + 2 * infoPtr->iMargin;



More information about the wine-patches mailing list