Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
eede2d29 by Rémi Denis-Courmont at 2022-09-01T07:21:16+00:00
wayland: fix error return

- - - - -


1 changed file:

- modules/video_output/wayland/registry.c


Changes:

=====================================
modules/video_output/wayland/registry.c
=====================================
@@ -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)



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/eede2d290f83164b3217bbad0c4e509ad882a522

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/eede2d290f83164b3217bbad0c4e509ad882a522
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to