mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 16:59:54 +00:00
feat: fix release lock bug
Signed-off-by:xiada <xiada4@huawei.com>
This commit is contained in:
parent
4e8b34cca0
commit
84aacc3382
@ -722,6 +722,7 @@ static void FillTransSuccessRateDetail(cJSON *transObj)
|
||||
MapIterator *it = LnnMapInitIterator(&g_transStatsInfo.sessionNameLinkTypeMap);
|
||||
if (it == NULL) {
|
||||
COMM_LOGI(COMM_DFX, "map is empty");
|
||||
TransMapUnlock();
|
||||
return;
|
||||
}
|
||||
while (LnnMapHasNext(it)) {
|
||||
|
Loading…
Reference in New Issue
Block a user