Skip to content

Commit

Permalink
Set sdeck to nullptr on streamsession init
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Dec 19, 2024
1 parent 356f697 commit 9f0cc02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/streamsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ StreamSession::StreamSession(const StreamSessionConnectInfo &connect_info, QObje
#if CHIAKI_GUI_ENABLE_STEAMDECK_NATIVE
sdeck_haptics_senderl(nullptr),
sdeck_haptics_senderr(nullptr),
sdeck(nullptr),
#endif
#if CHIAKI_GUI_ENABLE_SPEEX
echo_resampler_buf(nullptr),
Expand Down

0 comments on commit 9f0cc02

Please sign in to comment.