IENT / YUView

The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset
http://ient.github.io/YUView
Other
1.92k stars 378 forks source link

fix: initialize splitViewWidgetState to prevent uninitialized use in ViewStateHandler::savePlaylist #581

Closed julee closed 3 months ago

julee commented 4 months ago

Ensure that the splitViewWidgetState member is properly initialized to avoid using the uninitialized member splitting in the ViewStateHandler::savePlaylist method.