We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b92da0 commit 2aa4f9cCopy full SHA for 2aa4f9c
1 file changed
rmw_microxrcedds_c/src/rmw_init.c
@@ -319,7 +319,7 @@ rmw_shutdown(rmw_context_t * context)
319
context->implementation_identifier,
320
eprosima_microxrcedds_identifier,
321
return RMW_RET_INCORRECT_RMW_IMPLEMENTATION);
322
-
+
323
rmw_ret_t ret = rmw_context_fini(context);
324
325
if (RMW_RET_OK == ret) {
@@ -347,6 +347,9 @@ rmw_context_fini(rmw_context_t * context)
347
348
uxr_delete_session(&context->impl->session);
349
rmw_uxrce_fini_session_memory(context->impl);
350
351
+ CLOSE_TRANSPORT(&context->impl->transport);
352
353
context->impl = NULL;
354
355
return ret;
0 commit comments