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

Commit d0cb8c76 authored by Caroline Tice's avatar Caroline Tice Committed by android-build-merger
Browse files

Merge "Remove null-ptr deref compiler warning." am: b4d217ed am: 1095908b am: f5ba22b8

am: f8a57f19

Change-Id: I280f9e731a4be51d780c9aa30dea9a7e6427258a
parents 66c42ee9 f8a57f19
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1022,7 +1022,9 @@ status_t MPEG4Extractor::parseChunk(off64_t *offset, int depth) {
                        while (cur && cur->next != mLastTrack) {
                            cur = cur->next;
                        }
                        if (cur) {
                            cur->next = NULL;
                        }
                        delete mLastTrack;
                        mLastTrack = cur;
                    }