Ray Strode
99d766c044
xwayland: use g_autoptr for GError in xserver_died
Right now we explicitly g_clear_error any error we find, but that makes it tricky to return early from the function, which a subsequent commit will want to to do. This commit switches GError to use g_autoptr so the error clearing happens automatically. (cherry picked from commit bb6585406543688f3df48aea3211726ce52a8f29)
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%