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

Commit 2c72246a authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6676242 from 44dfbadd to rvc-qpr1-release

Change-Id: Ida80f012914de4b83bfaa4d014c64d03a22e2c8f
parents ab838ac1 44dfbadd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2460,7 +2460,7 @@ status_t Parcel::restartWrite(size_t desired)

    releaseObjects();

    if (data) {
    if (data || desired == 0) {
        LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired);
        pthread_mutex_lock(&gParcelGlobalAllocSizeLock);
        gParcelGlobalAllocSize += desired;