!60 清除编程规范告警

Merge pull request !60 from zhoushilin/master
This commit is contained in:
openharmony_ci
2022-02-18 08:17:01 +00:00
committed by Gitee
+1 -1
View File
@@ -352,7 +352,7 @@ void RefBase::DecStrongRef(const void *objectId)
return;
}
RefCounter *const refs = refs_;
RefCounter * const refs = refs_;
const int curCount = refs->DecStrongRefCount(objectId);
if (curCount == 1) {
OnLastStrongRef(objectId);