mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-17 00:25:43 +02:00
removed nullptr check
This commit is contained in:
parent
a0d4bb884c
commit
21b4c6b982
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ FlacEncoder::~FlacEncoder()
|
|||
FLAC__stream_encoder_delete(encoder_);
|
||||
}
|
||||
|
||||
if (flacChunk_)
|
||||
delete flacChunk_;
|
||||
delete flacChunk_;
|
||||
free(pcmBuffer_);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue