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

Commit 77fa0e64 authored by Lajos Molnar's avatar Lajos Molnar Committed by android-build-merger
Browse files

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

am: 5eb9d967

Change-Id: Ifb4003a7f812fb866ef4eb2dbad4a66a62347efc
parents 5e2120f8 5eb9d967
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ void AMessage::freeItemValue(Item *item) {
        default:
            break;
    }
    item->mType = kTypeInt32; // clear type
}

#ifdef DUMP_STATS