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 c10bcd6 commit 1962ac4Copy full SHA for 1962ac4
rclcpp/src/rclcpp/intra_process_manager.cpp
@@ -267,6 +267,7 @@ IntraProcessManager::remove_publisher(uint64_t intra_process_publisher_id)
267
std::unique_lock<std::shared_timed_mutex> lock(mutex_);
268
269
publishers_.erase(intra_process_publisher_id);
270
+ publisher_buffers_.erase(intra_process_publisher_id);
271
pub_to_subs_.erase(intra_process_publisher_id);
272
}
273
0 commit comments