Skip to content

Commit 75f4269

Browse files
committed
Fix a segfault
1 parent 97b87b2 commit 75f4269

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/platform/Tizen/DnssdImpl.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,6 @@ CHIP_ERROR ResolveAsync(chip::Dnssd::ResolveContext * rCtx)
374374
{
375375
int ret;
376376

377-
assertChipStackLockedByCurrentThread();
378-
379377
ChipLogDetail(DeviceLayer, "DNSsd %s", __func__);
380378

381379
if (rCtx->mInterfaceId == 0)

0 commit comments

Comments
 (0)