Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak in ServiceQueueTrajPoint.c
A rosidl_runtime_c__String that was a member of a message was having an init() function called on it after the message was being created. But creating a message automatically initializes the string, so it was getting double initialized.
- Loading branch information