25 Jun
2010
25 Jun
'10
2:30 p.m.
http://bugs.winehq.org/show_bug.cgi?id=23362 --- Comment #1 from Florian <florian(a)fkoeberle.de> 2010-06-25 09:30:12 --- The following hack makes the editor stop crashing for me. Instead it freezes like described in bug 22588. @@ -1182,10 +1182,12 @@ static void WINAPI IWineD3DSurfaceImpl_UnLoad(IWineD3DSurface *iface) { * and all flags get lost */ + if (This->container == NULL) + return; surface_init_sysmem(This); } -- 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.