Evan Stade : gdi32: Added missing call to GDI_ReleaseObj.
27 Jun
2007
27 Jun
'07
2:11 p.m.
Module: wine Branch: master Commit: 39357c4ba6a862bbe257b6ac9691ee40564e9b81 URL: http://source.winehq.org/git/wine.git/?a=commit;h=39357c4ba6a862bbe257b6ac96... Author: Evan Stade <estade(a)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; }
6839
Age (days ago)
6839
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard