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

Commit 2f9eacc3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix potential leak" into klp-dev

parents 5136b743 e077beb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2287,6 +2287,7 @@ status_t MPEG4Extractor::parseMetaData(off64_t offset, size_t size) {
                    if (sscanf(mLastCommentData,
                               " %*x %x %x %*x", &delay, &padding) == 2) {
                        if (mLastTrack == NULL) {
                            delete[] buffer;
                            return ERROR_MALFORMED;
                        }
                        mLastTrack->meta->setInt32(kKeyEncoderDelay, delay);