mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 12:52:45 +02:00
fix spacing
This commit is contained in:
parent
b0ccedd1a6
commit
8cc4666f2a
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ void Audio::addReceivedAudioToBuffer(const QByteArray& audioByteArray) {
|
|||
Q_ARG(QByteArray, QByteArray((char*) ringBufferSamples, numNetworkOutputSamples)),
|
||||
Q_ARG(bool, true), Q_ARG(bool, false));
|
||||
}
|
||||
delete[] ringBufferSamples;
|
||||
delete[] ringBufferSamples;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue