Tristan Matthews pushed to branch master at VideoLAN / VLC


Commits:
bd56db1c by Tristan Matthews at 2025-10-17T14:46:13+00:00
qt: mediainfo: initialize ISP

Every access to it is already guarded by the isMainInputInfo boolean
(which itself depends on p_item not being null), which guarantees
that it's initialized before being read.

Fixes #29419 aka CID 1667128

- - - - -


1 changed file:

- modules/gui/qt/dialogs/mediainfo/mediainfo.hpp


Changes:

=====================================
modules/gui/qt/dialogs/mediainfo/mediainfo.hpp
=====================================
@@ -57,7 +57,7 @@ private:
 
     QTabWidget *infoTabW;
 
-    InputStatsPanel *ISP;
+    InputStatsPanel *ISP = nullptr;
     MetaPanel *MP;
     InfoPanel *IP;
     ExtraMetaPanel *EMP;



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

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