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

Commit 815fc56c 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

am: 77fa0e64

Change-Id: I0fede7f5206b8fbaf77c000c8506a02948c53db5
parents be7168ee 77fa0e64
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