From 3e29fdd2b91fb4491ab33ff01a012e4e29446604 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 12 Sep 2026 01:45:51 +0000 Subject: [PATCH] 2026-09-12 01:45:47 Signed-off-by: lizzie --- src/video_core/control/channel_state_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/control/channel_state_cache.h b/src/video_core/control/channel_state_cache.h index 6d70e9be55..cb7cc891f5 100644 --- a/src/video_core/control/channel_state_cache.h +++ b/src/video_core/control/channel_state_cache.h @@ -78,7 +78,7 @@ public: protected: static constexpr size_t UNSET_CHANNEL{(std::numeric_limits::max)()}; - P* channel_state; + P* channel_state = nullptr; size_t current_channel_id{UNSET_CHANNEL}; size_t current_address_space{}; Tegra::Engines::Maxwell3D* maxwell3d{};