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

Commit 338209bb authored by Wonsik Kim's avatar Wonsik Kim Committed by Android (Google) Code Review
Browse files

Merge "Fix fd leak in media.codec"

parents 86d5a2a3 69039fc6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -492,6 +492,12 @@ status_t OMXNodeInstance::freeNode() {
        }

        case OMX_StateLoaded:
        {
            if (mActiveBuffers.size() > 0) {
                freeActiveBuffers();
            }
            FALLTHROUGH_INTENDED;
        }
        case OMX_StateInvalid:
            break;