Add missing ReleaseDC in EDIT_BuildLineDefs_ML.

This commit is contained in:
Christian Costa 2003-05-11 03:27:23 +00:00 committed by Alexandre Julliard
parent 187c2b41b9
commit 6e7d78eec9
1 changed files with 1 additions and 0 deletions

View File

@ -1033,6 +1033,7 @@ static void EDIT_BuildLineDefs_ML(EDITSTATE *es, INT istart, INT iend, INT delta
if (!current_line) /* Error occurred start is not inside previous buffer */
{
FIXME(" modification occurred outside buffer\n");
ReleaseDC(es->hwndSelf, dc);
return;
}