Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GtkApplication: Fix two muxer-related memory leaks
Drop the ref on the action muxer in finalize, and also make sure shutdown() tears down the muxer setup done in startup(). When GtkApplication adds itself to a muxer, it causes the muxer to take a ref on the GtkApplication. This has to be undone in shutdown() to make sure the GtkApplication doesn't end up holding a ref on itself. https://bugzilla.gnome.org/show_bug.cgi?id=730383
- Loading branch information