!779 【OpenHarmony开源贡献者计划2022】+ release拼写错误

Merge pull request !779 from 王小二/master
This commit is contained in:
openharmony_ci 2022-08-12 02:24:20 +00:00 committed by Gitee
commit 330760dbb3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -182,12 +182,12 @@ VOID LOS_LmsCheckPoolDel(const VOID *pool)
LmsMemListNode *delNode = OsLmsGetPoolNode(pool);
if (delNode == NULL) {
PRINT_ERR("[LMS]pool %p is not on lms checklist !\n", pool);
goto REALEASE;
goto RELEASE;
}
delNode->used = LMS_POOL_UNUSED;
LOS_ListDelete(&(delNode->node));
REALEASE:
RELEASE:
LMS_UNLOCK(intSave);
}