mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-27 01:51:13 +00:00
!1012 【IPC/RPC】Proactively attempting to reduce strong reference count and strong reference count
Merge pull request !1012 from chenchong_666/master
This commit is contained in:
commit
bbae301b87
@ -165,6 +165,8 @@ sptr<IRemoteObject> ProcessSkeleton::QueryObject(const std::u16string &descripto
|
||||
return result;
|
||||
}
|
||||
result = remoteObject;
|
||||
result->CheckIsAttemptAcquireSet(this);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user