Commit 34a14868 authored by Ulrich Czekalla's avatar Ulrich Czekalla Committed by Alexandre Julliard

Don't delete region until after we're done with it.

parent e7cc4ad2
......@@ -212,8 +212,8 @@ void X11DRV_EndGraphicsExposures( HDC hdc, HRGN hrgn )
ERR( "got unexpected event %d\n", event.type );
break;
}
if (tmp) DeleteObject( tmp );
}
if (tmp) DeleteObject( tmp );
}
wine_tsx11_unlock();
GDI_ReleaseObj( hdc );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment