mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Right now DelayedNativeViewHost attaches its underlying native view when it's being attached to a widget but it doesn't detach it when it's being detached. It may lead to use-after-free and crash.