!1198 【轻量级 PR】:修复OsMemPoolDeInit函数名错误

Merge pull request !1198 from brucezhao/N/A
This commit is contained in:
openharmony_ci 2024-08-28 08:58:35 +00:00 committed by Gitee
commit 5d1caa2cfe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ STATIC UINT32 OsMemPoolInit(VOID *pool, UINT32 size)
}
#ifdef LOSCFG_MEM_MUL_POOL
STATIC VOID OsMemPoolDeinit(const VOID *pool, UINT32 size)
STATIC VOID OsMemPoolDeInit(const VOID *pool, UINT32 size)
{
#ifdef LOSCFG_KERNEL_LMS
if (g_lms != NULL) {