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

Commit fc4670ea authored by Wonsik Kim's avatar Wonsik Kim Committed by android-build-merger
Browse files

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

am: 9e70ef88

Change-Id: I1cefe45ab558e1a22e0b54e47450a02433f6f788
parents bd1a7046 9e70ef88
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);
    }