http://bugs.winehq.com/show_bug.cgi?id=776
*** shadow/776 Sat Jun 8 16:17:26 2002 --- shadow/776.tmp.18073 Sat Jun 8 16:17:26 2002 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | CreatePalette again | + +----------------------------------------------------------------------------+ + | Bug #: 776 Product: Wine | + | Status: UNCONFIRMED Version: CVS | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-gdi | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: mstefani@redhat.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + The program SKAT 5.2.1 from http://www.skat-spiel.de/ creates a lot of palettes + without deleting them thus exhausting the GDI heap. + I've seen 57 successfull calls to CreatePalette, only one DeleteObject() on a + palette, 16 failed CreatePalette due to exhausted GDI heap and than the program + crashes with: + err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this. + And all this only to create the main window and display the splash screen. + + Not deleting the palette seems to be a pretty standard windows programming bug :( \ No newline at end of file