File tree Expand file tree Collapse file tree
ddsrouter_core/test/blackbox/ddsrouter_core/dds/repeater Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ DdsRouterConfiguration xml_repeater_dispose_configuration()
7272 utils::Heritable<core::types::WildcardDdsFilterTopic>::make_heritable (topic));
7373
7474 // -- Create the participants ---------------------------------------------
75-
75+
7676 // Simple participant in domain 0 (publisher side)
7777 {
7878 auto part = std::make_shared<participants::SimpleParticipantConfiguration>();
@@ -147,7 +147,7 @@ void test_xml_repeater_key_dispose(
147147 }
148148
149149 // -- Dispose the keyed publisher -----------------------------------------
150-
150+
151151 // The dispose is routed to the XML repeater participant's writer,
152152 // whose RepeaterDataFilter prefilter is evaluated with a null user_write_data.
153153 // >>> Without the fix the router segfaults at this point. <<<
You can’t perform that action at this time.
0 commit comments