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
All objects allocated by rmw_allocate needs to be manually freed in all possible code paths.
The code needs to be reviewed to ensure this is the case for all allocations.
Brief Description
All objects allocated by
rmw_allocateneeds to be manually freed in all possible code paths.The code needs to be reviewed to ensure this is the case for all allocations.