mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-30 22:01:06 +00:00
修改地址泄露
Signed-off-by: wanxin <wanxin11@huawei.com>
This commit is contained in:
parent
f8a2471ce9
commit
a325e3972f
@ -37,7 +37,6 @@ static ParamService g_paramService = {};
|
||||
|
||||
PARAM_STATIC void OnClose(ParamTaskPtr client)
|
||||
{
|
||||
PARAM_LOGV("OnClose %p", client);
|
||||
ParamWatcher *watcher = (ParamWatcher *)ParamGetTaskUserData(client);
|
||||
if (client == g_paramService.watcherTask) {
|
||||
ClearWatchTrigger(watcher, TRIGGER_PARAM_WATCH);
|
||||
|
Loading…
Reference in New Issue
Block a user