Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Barnabás Pőcze 2023-11-22 12:05:47 +00:00 committed by Wim Taymans
parent b054bc2591
commit abc4bd111b

View file

@ -58,7 +58,7 @@ pw_sandbox_access_t pw_snap_get_audio_permissions(struct client *client, int fd,
SnapdPlug **plug = NULL; SnapdPlug **plug = NULL;
GPtrArray *slots = NULL; GPtrArray *slots = NULL;
SnapdSlotRef **slot = NULL; SnapdSlotRef **slot = NULL;
GError *error = NULL; g_autoptr(GError) error = NULL;
int exit_code; int exit_code;
*app_id = g_strdup("unknown"); *app_id = g_strdup("unknown");