From 600f2c4e19a7dce80f75ae68d32b76f66242eafd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 29 Mar 2019 21:55:44 +0300 Subject: fixes #372 (MirandaG15 plugin crashes when Logitech Gaming Software exits) --- plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirandaG15/src') diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h index 3f9f2bbc3c..bd94745e5e 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h @@ -82,7 +82,7 @@ private: DWORD m_dwLastScroll = 0; list m_Entrys; - CLCDBar *m_pScrollbar; + CLCDBar *m_pScrollbar = nullptr; }; #endif -- cgit v1.2.3