Skip to content
Snippets Groups Projects
Commit eede2d29 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf
Browse files

wayland: fix error return

parent 8aaf4675
No related branches found
No related tags found
1 merge request!2461wayland: fix error return
Pipeline #257786 passed with stage
in 16 minutes and 33 seconds
......@@ -253,7 +253,7 @@ struct vlc_wl_registry *vlc_wl_registry_get(struct wl_display *display,
return vr;
error:
free(vr);
return vr;
return NULL;
}
static void name_destroy(void *d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment