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

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

Merge "stagefright/foundation: clear type in AMessage::allocateItem" into pi-dev

parents 944c05e8 e18700a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ AMessage::Item *AMessage::allocateItem(const char *name) {
        CHECK(mNumItems < kMaxNumItems);
        i = mNumItems++;
        item = &mItems[i];
        item->mType = kTypeInt32;
        item->setName(name, len);
    }