Skip to content

wayland/client: Free GSubprocessLauncher after spawning

Rastersoft requested to merge rastersoft/mutter:free_launcher_asap into master

A Meta.WaylandClient() object has a GSubprocessLauncher object passed externally. Currently this object is kept during the whole life cycle of the WaylandClient object, but really it is is only needed until the call to spawn is made.

This patch frees that GSubprocessLauncher just after that call, thus freeing those resources.

Edited by Rastersoft

Merge request reports