Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
40586b81 by Gabriel Lafond-Thenaille at 2026-01-30T11:51:07+00:00
preparser: initialise msg->res.item to NULL in vlc_preparser_msg_Init

- - - - -


1 changed file:

- src/preparser/ipc.c


Changes:

=====================================
src/preparser/ipc.c
=====================================
@@ -97,6 +97,7 @@ vlc_preparser_msg_Init(struct vlc_preparser_msg *msg, int 
msg_type,
         msg->res.pic = NULL;
         vlc_vector_init(&msg->res.result);
         msg->res.status = -1;
+        msg->res.item = NULL;
     }
 }
 



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

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/40586b81cdc5baf59b7a96d816623e9e877cea2c
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