1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Tux3 / Mlkj / !Lev.uXFMLA 6ba8be3503 Fix stack smashing, QTimer threading
QTimer CAN NOT be handled from a different thread, we needed to push them to the Core's thread

Allocating a large video frame buffer on the stack is a Bad Idea(tm), this commit fixes a bad buffer overflow

Also improve our QTimer handling during calls, no need to disconnect/reconnect on call start/end, once is enough, and no need to keep them on the stack
2014-07-07 00:12:07 +02:00
..
2014-07-06 14:43:02 -07:00
2014-07-06 12:19:45 -04:00
2014-07-06 12:19:45 -04:00
2014-07-07 00:12:07 +02:00