Misc: Fix a bunch of code analysis warnings
Some of which were even actual errors.
This commit is contained in:
@ -55,6 +55,7 @@ AudioStream::AudioStream(u32 sample_rate, const AudioStreamParameters& parameter
|
||||
|
||||
AudioStream::~AudioStream()
|
||||
{
|
||||
StretchDestroy();
|
||||
DestroyBuffer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user