[CONTROLS] Add missing ReleaseDC in EDIT_BuildLineDefs_ML.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Here is a small fix that was in my tree for a while.

Bye.

Changelog :
Add missing ReleaseDC in EDIT_BuildLineDefs_ML.

Christian Costa titan.costa@wanadoo.fr

Index: edit.c
===================================================================
RCS file: /home/wine/wine/controls/edit.c,v
retrieving revision 1.112
diff -u -r1.112 edit.c
--- edit.c	6 May 2003 18:23:17 -0000	1.112
+++ edit.c	9 May 2003 04:47:36 -0000
@@ -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;
 	}
 

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux