!2059 【轻量级 PR】:客户端死亡时清理全部的SessionServer

Merge pull request !2059 from maliangliang/N/A
This commit is contained in:
openharmony_ci 2022-08-08 14:05:22 +00:00 committed by Gitee
commit 55198c4d1d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -181,7 +181,6 @@ void TransDelItemByPackageName(const char *pkgName)
g_sessionServerList->cnt--;
SoftBusFree(pos);
pos = NULL;
break;
}
}
(void)SoftBusMutexUnlock(&g_sessionServerList->lock);