Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove std::string wrapper and final nullptr setting * * Memory leak issue Failing to save or free storage allocated from rcutils_join_path(), which results in memory leak Signed-off-by: Ethan Gao <ethan.gao@linux.intel.com> * add back the necessary std::string for file_path and reorganize the code to make it more clear Signed-off-by: Ethan Gao <ethan.gao@linux.intel.com> * optimize variable scope and string converting * Make file_prefix a std::string Also remove the error messages, since in the no-enforce case, we don't want random error messages to appear. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
- Loading branch information