!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:
openharmony_ci 2024-04-03 07:51:17 +00:00 committed by Gitee
commit bbae301b87
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -165,6 +165,8 @@ sptr<IRemoteObject> ProcessSkeleton::QueryObject(const std::u16string &descripto
return result;
}
result = remoteObject;
result->CheckIsAttemptAcquireSet(this);
return result;
}