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

Commit 0b7912d3 authored by James Dong's avatar James Dong Committed by Android Git Automerger
Browse files

am 99b86247: Fix a leak from AACEncoder.cpp

* commit '99b86247':
  Fix a leak from AACEncoder.cpp
parents b2b94050 99b86247
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -189,6 +189,9 @@ status_t AACEncoder::stop() {
    delete mApiHandle;
    mApiHandle = NULL;

    delete mMemOperator;
    mMemOperator = NULL;

    mStarted = false;

    return OK;