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

Commit 3f23bf4c authored by Amy Zhang's avatar Amy Zhang
Browse files

Fix demux client closing typo

Test: atest android.media.tv.tuner.cts
Bug: 180641600
Change-Id: I5a3b90bb7216adb6d0c4c4e0be04187ff89196c5
parent a7e5dab6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ Result DemuxClient::disconnectCiCam() {
Result DemuxClient::close() {
    if (mTunerDemux != NULL) {
        Status s = mTunerDemux->close();
        mDemux = NULL;
        mTunerDemux = NULL;
        return ClientHelper::getServiceSpecificErrorCode(s);
    }