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

Commit 25606929 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Silence a false positive memory leak warning."

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


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