Skip to content

Commit

Permalink
Fix double free
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs committed Jan 7, 2022
1 parent c4c8749 commit ee2d590
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ void GenericThreadStackManagerImpl_OpenThread_LwIP<ImplClass>::UpdateThreadInter
if (err != CHIP_NO_ERROR)
{
ChipLogError(DeviceLayer, "Failed to Join Multicast Group: %s", err.AsString());
it->Release();
break;
}
}
Expand Down

0 comments on commit ee2d590

Please sign in to comment.