You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NXP][third_party] Fixed memory leak in BR mDNS code (#36543)
* [NXP][third_party] Fixed memory leak in BR mDNS code
This commit fixes potential memory leaks that could happen
if multiple resolve of browse operations are done without
calling the appropriate stop function to clean up the
allocated resources. If using the Matter CLI this issue
is not possible as the CLI always stops the previous
operation but other processes calling the resolve/browse
API might not follow this flow.
Also fixed the return value of the StopBrowse function.
Signed-off-by: Marius Preda <marius.preda@nxp.com>
* Restyled by clang-format
---------
Signed-off-by: Marius Preda <marius.preda@nxp.com>
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments