mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
db6ab8b1ba
Canvases use the "persistent" layer manager, which is only used after 5 seconds has elapsed on Windows. So if we start up to a site that uses canvas, we risk switching to the persistent layer manager while drawing using the temporary layer manager. Because layer managers are singletons, they're not refcounted, and so we end up holding a dead pointer and corrupting the heap. |
||
---|---|---|
.. | ||
crashtests | ||
public | ||
src | ||
test | ||
Makefile.in |