mirror of
https://gitee.com/openharmony/security_deviceauth
synced 2024-11-26 22:20:34 +00:00
update frameworks/src/standard/ipc_adapt.cpp.
Signed-off-by: chenzhengyue <chenzhengyue@huawei.com>
This commit is contained in:
parent
b23d46f7a7
commit
4ab1a10e6e
@ -113,7 +113,7 @@ void DeInitIpcCallBackList(void)
|
||||
for (i = 0; i < IPC_CALL_BACK_MAX_NODES; i++) {
|
||||
ResetIpcCallBackNode(g_ipcCallBackList.ctx[i]);
|
||||
}
|
||||
delete g_ipcCallBackList.ctx;
|
||||
delete[] g_ipcCallBackList.ctx;
|
||||
g_ipcCallBackList.ctx = nullptr;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user