gdi32: Added missing call to GDI_ReleaseObj.

This commit is contained in:
Evan Stade 2007-06-26 17:50:52 -07:00 committed by Alexandre Julliard
parent 0152ec0375
commit 39357c4ba6
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}