commit | 6e7d78eec9c38240b2726e1b598e2a7198b56a21 | [log] [tgz] |
---|---|---|
author | Christian Costa <titan.costa@wanadoo.fr> | Sun May 11 03:27:23 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun May 11 03:27:23 2003 +0000 |
tree | 6a9a5ad4edc1be47a3ba3533cd6091d866a7e6ec | |
parent | 187c2b41b9ae82c26ce4abf5ae57e1244aed3948 [diff] [blame] |
Add missing ReleaseDC in EDIT_BuildLineDefs_ML.
diff --git a/controls/edit.c b/controls/edit.c index 38d438d..fee3ce6 100644 --- a/controls/edit.c +++ b/controls/edit.c
@@ -1033,6 +1033,7 @@ if (!current_line) /* Error occurred start is not inside previous buffer */ { FIXME(" modification occurred outside buffer\n"); + ReleaseDC(es->hwndSelf, dc); return; }