Skip to content

Fix EphyWindow leak when opening install web application dialog

Michael Catanzaro requested to merge mcatanzaro/#2214 into master

We are leaking the XdpParent here, which refs the EphyWindow.

This sort of fixes #2214 (closed). I say "sort of" because any EphyWindow leak anywhere will trigger this assertion, and it's not particularly likely that this leak is the one discovered by Kdwk. But it's one such leak that I know how to reproduce. Please continue to report issues for additional leaks, especially if you find a way to reproduce it.

Merge request reports