From 88dc62ab3f179b1c648aec414e240cef477e6006 Mon Sep 17 00:00:00 2001 From: Abby Xu Date: Fri, 3 May 2019 14:52:11 -0700 Subject: [PATCH] add comment for rcl_get_secure_root Signed-off-by: Abby Xu --- rcl/include/rcl/security_directory.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rcl/include/rcl/security_directory.h b/rcl/include/rcl/security_directory.h index 14c011c05..e3d8b52f7 100644 --- a/rcl/include/rcl/security_directory.h +++ b/rcl/include/rcl/security_directory.h @@ -51,6 +51,7 @@ extern "C" * \param[in] node_namespace validated, absolute namespace (starting with "/") * \param[in] allocator the allocator to use for allocation * \returns machine specific (absolute) node secure root path or NULL on failure + * returned pointer must be deallocated by the caller of this function */ RCL_PUBLIC char * rcl_get_secure_root(