mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Audio: Fix unclosed audio when hanging up
This commit is contained in:
parent
bbbd450b6a
commit
dc2c6532a5
|
@ -175,7 +175,6 @@ void Core::answerCall(int32_t callId)
|
|||
void Core::hangupCall(int32_t callId)
|
||||
{
|
||||
qDebug() << QString("hanging up call %1").arg(callId);
|
||||
calls[callId].active = false;
|
||||
toxav_hangup(toxav, callId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user