Niels De Graef b82fa2c610 meta-launcher: g_propagate_*_error takes ownership
This means we need to make sure we don't accidentally free the provided
source GError (which automatically happens with `g_autoptr`), so use
`g_steal_pointer()`.

This fixes an issue where, when launched in a bubblewrap environment
(such as the one provided by Buildstream), mutter would give the
following warning message:

```
mutter-WARNING **: 8:31:35:069: Can't initialize KMS backend: (null)
```

... which isn't that useful when trying to debug the actual issue.
2019-02-12 09:41:04 +01:00
..
2019-01-30 18:39:42 +00:00
2018-12-20 13:52:35 -02:00
2019-01-30 18:39:42 +00:00
2019-01-25 09:43:06 +01:00
2018-07-24 13:16:36 +00:00