mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-27 01:51:13 +00:00
ipc/rpc codex fixed
Signed-off-by: liubb_0516 <liubeibei8@huawei.com>
This commit is contained in:
parent
6e68add5f7
commit
817eba3123
@ -144,7 +144,6 @@ IRemoteObject *IPCProcessSkeleton::FindOrNewObject(int handle)
|
||||
|
||||
auto proxy = new (std::nothrow) IPCObjectProxy(handle, descriptor);
|
||||
if (proxy == nullptr) {
|
||||
DBINDER_LOGE("create ipc object proxy failed");
|
||||
return nullptr;
|
||||
}
|
||||
proxy->AttemptAcquire(this); // AttemptAcquire always returns true as life time is extended
|
||||
|
Loading…
Reference in New Issue
Block a user