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

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

Snap for 4429796 from bf26c166 to pi-release

Change-Id: I42209b9b905fd7bff9358dfe078951e90b18b999
parents c8dcf90f bf26c166
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2645,7 +2645,7 @@ status_t Parcel::continueWrite(size_t desired)
                pthread_mutex_unlock(&gParcelGlobalAllocSizeLock);
                mData = data;
                mDataCapacity = desired;
            } else if (desired > mDataCapacity) {
            } else {
                mError = NO_MEMORY;
                return NO_MEMORY;
            }