szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Fix debug renderer crash with debug build #283

Closed zakorgy closed 5 years ago

zakorgy commented 5 years ago

Follow up to https://github.com/szeged/webrender/pull/279 . This fixes a crash with debug build: if we resize the window we crash because we call DebugRenderer::deinit outside a frame, which caused a debug_assert to panic.