| 172 | //------------------------------------------------------------------------------ |
| 173 | |
| 174 | void SndFileAudioFileReader::close() |
| 175 | { |
| 176 | if (input_file_ != nullptr) { |
| 177 | sf_close(input_file_); |
| 178 | input_file_ = nullptr; |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | //------------------------------------------------------------------------------ |
| 183 |
nothing calls this directly
no outgoing calls
no test coverage detected