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

Commit 642dc039 authored by Manoj Gupta's avatar Manoj Gupta Committed by android-build-merger
Browse files

Merge "Silence a false positive memory leak warning." am: 25606929

am: 66287f68

Change-Id: Ifca613992ddca0f17241d8007fb2bb344b61b034
parents ab1f0724 66287f68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -686,7 +686,7 @@ void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder)
#if LOG_REFCOUNTS
    ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle);
#endif
    self()->mProcess->expungeHandle(handle, binder);
    self()->mProcess->expungeHandle(handle, binder); // NOLINT
}

status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy)