weston/libweston/backend-rdp
Marius Vlad 5b357a4bbb backend-rdp: Correctly tear down the RDP back-end
This fixes the tear-down and the destroying part in case RDP back-end
couldn't be initialized. The first issue is the rdp_output which will
not be created in some circumstances (can't open the socket for
instance) and requires a guard check, and secondly, the
rdp_head being created above of that, wasn't removed and tripped an
assert when destroying the compositor instance.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2021-11-03 10:33:21 +02:00
..
meson.build rdp-backend: require FreeRDP >= 2.2 to remove all the version hacks 2020-10-01 18:15:42 +02:00
rdp.c backend-rdp: Correctly tear down the RDP back-end 2021-11-03 10:33:21 +02:00