rcl/rcl_lifecycle/src
Ethan Gao 54d06f5654 Str mem leak rebased (#185)
* * memory leak issues

address those memory leak issues with the API
rcutils_set_formatted_error which is defined
in rcutils

Signed-off-by: Ethan Gao <ethan.gao@linux.intel.com>

* * Address those memory leak issues with new MACRO
add macro RCL_SET_ERROR_MSG_WITH_FORMAT_STRING which
is equals RCUTILS_SET_ERROR_MSG_WITH_FORMAT_STRING and
fix the memory leak issues with it

Signed-off-by: Ethan Gao <ethan.gao@linux.intel.com>

* address uncrustify grumble

Signed-off-by: Ethan Gao <ethan.gao@linux.intel.com>
2017-11-16 23:25:02 -08:00
..
com_interface.c optimize to avoid potential issue from uninitialized scalar variable (#183) 2017-11-16 12:41:33 -08:00
com_interface.h remove fprintf, use logging macros (#152) 2017-07-27 07:55:26 -07:00
default_state_machine.c update style to match latest uncrustify 2017-09-28 15:27:22 -07:00
default_state_machine.h remove fprintf, use logging macros (#152) 2017-07-27 07:55:26 -07:00
rcl_lifecycle.c optimize to avoid potential issue from uninitialized scalar variable (#183) 2017-11-16 12:41:33 -08:00
states.h remove fprintf, use logging macros (#152) 2017-07-27 07:55:26 -07:00
transition_map.c Str mem leak rebased (#185) 2017-11-16 23:25:02 -08:00