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

Commit 8175aea2 authored by Sungtak Lee's avatar Sungtak Lee
Browse files

Codec2 SimpleC2Component: Do not process any input after stop()

Bug: 322731059
Change-Id: Ia59a61e68e1bcc1e93f3ce24143f1e04a746f460
parent a4f686d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -712,6 +712,7 @@ void SimpleC2Component::WorkHandler::onMessageReceived(const sp<AMessage> &msg)
        case kWhatStop: {
            int32_t err = thiz->onStop();
            thiz->mOutputBlockPool.reset();
            mRunning = false;
            Reply(msg, &err);
            break;
        }