25 Apr
2011
25 Apr
'11
8:15 p.m.
http://bugs.winehq.org/show_bug.cgi?id=26929 --- Comment #2 from paulo <i30817(a)gmail.com> 2011-04-25 15:15:45 CDT --- Looking at the code, it huh, looks kinda suspicious if (!(dc->hSelf = alloc_gdi_handle( &dc->header, magic, &dc_funcs ))) { HeapFree( GetProcessHeap(), 0, dc ); dc = NULL; } dc->nulldrv.hdc = dc->hSelf; Unconditional dereference. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.