Loading libs/binder/Parcel.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2645,7 +2645,7 @@ status_t Parcel::continueWrite(size_t desired) pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); mData = data; mData = data; mDataCapacity = desired; mDataCapacity = desired; } else if (desired > mDataCapacity) { } else { mError = NO_MEMORY; mError = NO_MEMORY; return NO_MEMORY; return NO_MEMORY; } } Loading Loading
libs/binder/Parcel.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2645,7 +2645,7 @@ status_t Parcel::continueWrite(size_t desired) pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); pthread_mutex_unlock(&gParcelGlobalAllocSizeLock); mData = data; mData = data; mDataCapacity = desired; mDataCapacity = desired; } else if (desired > mDataCapacity) { } else { mError = NO_MEMORY; mError = NO_MEMORY; return NO_MEMORY; return NO_MEMORY; } } Loading