[vlc-commits] [Git][videolan/vlc][master] test/opengl: add missing subpicture release

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Wed Nov 1 07:53:40 UTC 2023



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


Commits:
716655b0 by Steve Lhomme at 2023-11-01T06:33:01+00:00
test/opengl: add missing subpicture release

- - - - -


1 changed file:

- test/modules/video_output/opengl/sub_renderer.c


Changes:

=====================================
test/modules/video_output/opengl/sub_renderer.c
=====================================
@@ -236,6 +236,7 @@ static void test_opengl_offscreen(
     vlc_gl_Delete(gl);
 
     picture_Release(picture);
+    subpicture_Delete(subpicture);
 }
 
 int main( int argc, char **argv )



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

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


VideoLAN code repository instance


More information about the vlc-commits mailing list