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

Commit 9586592e authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by Android (Google) Code Review
Browse files

Merge "Fix new[] vs delete mismatch." into mnc-dev

parents 757f6446 883cc248
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() {