rcl/rcl_yaml_param_parser/src
Chris Ye 696f62c80b Deallocate ret_val to avoid memery leak (#278)
In get_value() function ret_val is allocated from rcutils_strdup when type is DATA_TYPE_STRING,

Should be deallocate in switch val_type=DATA_TYPE_STRING case.

Signed-off-by: Chris Ye <chris.ye@intel.com>
2018-08-15 16:56:17 -05:00
..
parser.c Deallocate ret_val to avoid memery leak (#278) 2018-08-15 16:56:17 -05:00