mirror of https://github.com/qTox/qTox.git
Browse Source
Fix #4799 For every call was created new connection. First call was success. The second call leaded to double answer: after the second core removes 'friendNum' from 'calls' list and cancels call. The third call leaded to triple answer, where the first two same as before and the last one - tried to answer on call with removed 'friendNum' => assert failed.reviewable/pr4813/r1
2 changed files with 7 additions and 4 deletions
Loading…
Reference in new issue