1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

do not close output in unsubscribeInput and cleanup input internally instead

This commit is contained in:
Nils Fenner 2015-10-31 13:04:49 +01:00
parent 26fc424986
commit 2ce92be94b
No known key found for this signature in database
GPG Key ID: 9591A163FF9BE04C

View File

@ -167,7 +167,7 @@ void Audio::unsubscribeInput()
if (inputSubscriptions > 0)
inputSubscriptions--;
if (!inputSubscriptions) {
if (!inputSubscriptions)
cleanupInput();
}