ObserverHerb / Celeste

A Twitch bot written in C++/Qt with a focus on multimedia and native performance
GNU General Public License v3.0
6 stars 0 forks source link

Don't leave EventSub on heap on application exit #151

Closed ObserverHerb closed 8 months ago

ObserverHerb commented 1 year ago

Right now there is no call to deleteLater() on close. This is harmless as modern operating systems will clean this up for you but it's bad practice.