Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75781346 authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Fix new[] vs delete mismatch."

parents 7725022e a37f84ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ SoftAAC2::SoftAAC2(

SoftAAC2::~SoftAAC2() {
    aacDecoder_Close(mAACDecoder);
    delete mOutputDelayRingBuffer;
    delete[] mOutputDelayRingBuffer;
}

void SoftAAC2::initPorts() {