Commit 6e7d78ee authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

Add missing ReleaseDC in EDIT_BuildLineDefs_ML.

parent 187c2b41
......@@ -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;
}
......
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