Skip to content

rdp: Fix invalid free and memory leak on error

Loïc Molinari requested to merge molinari/weston:rdp-fix-invalid-free into main

Peer context creation's error handling labels must be swapped to avoid an invalid free when nsc context creation fails and a leak of the rfx context when encode stream creation fails.

Signed-off-by: Loïc Molinari loic.molinari@collabora.com

Merge request reports