Skip to content

Fix another crash on exit with tab sync enabled...

Michael Catanzaro requested to merge mcatanzaro/sync-crash-on-exit-pt2 into master

I messed up the previous fix in !1463 (merged). The EphyTabsCatalog is no longer supposed to be owned, to avoid a circular ref. But we still unref it. Oops.

Merge request reports