Commit 39357c4b authored by Evan Stade's avatar Evan Stade Committed by Alexandre Julliard

gdi32: Added missing call to GDI_ReleaseObj.

parent 0152ec03
...@@ -812,6 +812,7 @@ BOOL WINAPI AngleArc(HDC hdc, INT x, INT y, DWORD dwRadius, FLOAT eStartAngle, F ...@@ -812,6 +812,7 @@ BOOL WINAPI AngleArc(HDC hdc, INT x, INT y, DWORD dwRadius, FLOAT eStartAngle, F
dc->CursPosX = x2; dc->CursPosX = x2;
dc->CursPosY = y2; dc->CursPosY = y2;
} }
GDI_ReleaseObj( hdc );
return result; return result;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment