Skip to content

Fix incorrect argument declaration

Walter Lozano requested to merge wip/wlozano/launch into apertis/v2022dev2

Fix a silly mistake when declaring the type use for app_id. This issue had no consequences on weston-8, but in weston-9 produces an segfault when that code path was trigger, which is in the case an application is launched via the launcher.

Merge request reports