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

Commit 857a50da authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 56f3de5e: am 33e4119e: am 75781346: Merge "Fix new[] vs delete mismatch."

* commit '56f3de5e':
  Fix new[] vs delete mismatch.
parents a8f995b0 56f3de5e
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() {