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

Commit fe7c2700 authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Fix potential leak" into klp-dev am: 2f9eacc3

am: a7602f83

Change-Id: I2883ac8221475d5fa73ed34350f199355b541b14
parents 55057ab4 a7602f83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2319,6 +2319,7 @@ status_t MPEG4Extractor::parseITunesMetaData(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);