Evan Stade : gdi32: Added missing call to GDI_ReleaseObj.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 27 09:11:29 CDT 2007


Module: wine
Branch: master
Commit: 39357c4ba6a862bbe257b6ac9691ee40564e9b81
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=39357c4ba6a862bbe257b6ac9691ee40564e9b81

Author: Evan Stade <estade at gmail.com>
Date:   Tue Jun 26 17:50:52 2007 -0700

gdi32: Added missing call to GDI_ReleaseObj.

---

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

diff --git a/dlls/gdi32/painting.c b/dlls/gdi32/painting.c
index 98bae33..1b30d6d 100644
--- a/dlls/gdi32/painting.c
+++ b/dlls/gdi32/painting.c
@@ -812,6 +812,7 @@ BOOL WINAPI AngleArc(HDC hdc, INT x, INT y, DWORD dwRadius, FLOAT eStartAngle, F
         dc->CursPosX = x2;
         dc->CursPosY = y2;
     }
+    GDI_ReleaseObj( hdc );
     return result;
 }
 




More information about the wine-cvs mailing list