mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
valgrind wants []
This commit is contained in:
parent
fc1e45fc58
commit
faa3ed6c29
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void AudioFrameBuffer< T >::deallocateFrames() {
|
|||
for (uint32_t i = 0; i < _channelCountMax; ++i) {
|
||||
delete _frameBuffer[i];
|
||||
}
|
||||
delete _frameBuffer;
|
||||
delete[] _frameBuffer;
|
||||
}
|
||||
_frameBuffer = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue