kvirc / KVIrc

The KVIrc IRC Client
http://www.kvirc.net/
GNU General Public License v2.0
232 stars 76 forks source link

Fix crash on multiline editor; Fix 2609 #2610

Closed ctrlaltca closed 4 months ago

ctrlaltca commented 4 months ago

The m_pStartTimer pointer was not initialized to nullptr. Added some guards to the pointer usage. While we're at it, make the contextual help work again