1
0
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:
TheSpiritXIII 2015-08-06 09:39:04 -04:00 committed by Nils Fenner
parent bbbd450b6a
commit dc2c6532a5
No known key found for this signature in database
GPG Key ID: 9591A163FF9BE04C

View File

@ -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);
}