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
Fix resource leaks in msc_status_engine_mac_address
`goto end` jumped over freeing/releasing resources for all platforms.
For Linux, this caused a leak of open socket. For other platforms, it's
just a memory leak.
0 commit comments