diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-29 21:55:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-29 21:55:44 +0300 |
commit | 600f2c4e19a7dce80f75ae68d32b76f66242eafd (patch) | |
tree | f847127d28580591c95a414d19052e8ec456d982 | |
parent | 348fb1d748d763bc3d9f3d669eaf48ac3d959d84 (diff) |
fixes #372 (MirandaG15 plugin crashes when Logitech Gaming Software exits)
-rw-r--r-- | plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<CLogEntry*> m_Entrys;
- CLCDBar *m_pScrollbar;
+ CLCDBar *m_pScrollbar = nullptr;
};
#endif
|