!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

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) {