Update InputSoundFile.cpp (#3177)

This commit is contained in:
ZXShady 2024-07-26 08:15:41 +03:00 committed by GitHub
parent a256c5cdcd
commit d6acbf7efb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,7 +258,6 @@ std::uint64_t InputSoundFile::read(std::int16_t* samples, std::uint64_t maxCount
void InputSoundFile::close() void InputSoundFile::close()
{ {
*this = {}; *this = {};
m_channelMap.clear();
} }