Skip to content
Commit 5afdbc66 authored by Sergio Costas's avatar Sergio Costas Committed by Georges Basile Stavracas Neto
Browse files

wayland/client: Free GSubprocessLauncher after spawning

A Meta.WaylandClient() object has a GSubprocessLauncher object
passed externally. Currently this object is kept while the
WaylandClient object exists, but is is only needed until the call
to spawn is made.

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

Fix https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1462
parent 78592cbc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment