Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.02k stars 445 forks source link

fix: use `deleteLater` for network objects and order them #5297

Closed Nerixyz closed 5 months ago

Nerixyz commented 5 months ago

I made a silly mistake in #5254 by not using deleteLater and turning off the worker thread before it could process the deletion event of the network access manager. This could result in a failed assertion when closing Chatterino (when network requests were in flight, I think).