mirror of https://github.com/qTox/qTox.git
Browse Source
c-toxcore calls the groupCallCallback from it's main thread instead of
the ToxAV thread as expected, this was triggering an assertion.
Aditionally the destructors of Core and CoreAV were fixed, because they
now either crashed or deadlocked qTox when it was closed while a group
call was still running.
(cherry picked from commit 141cbf8870
)
reviewable/pr6021/r1
2 changed files with 20 additions and 4 deletions
Loading…
Reference in new issue