forked from ros2/rclcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lifetime of context so it remains alive while its dependent node …
…handles are still in use (ros2#1754) * Fix lifetime of context so it remains alive while its dependent node handles are still in use Signed-off-by: Michael X. Grey <grey@openrobotics.org> * Explicitly delete moving and assigning Signed-off-by: Michael X. Grey <grey@openrobotics.org> * Satisfy uncrustify Signed-off-by: Michael X. Grey <grey@openrobotics.org> * Fix more spacing complaints Signed-off-by: Michael X. Grey <grey@openrobotics.org> * Fixing style Signed-off-by: Michael X. Grey <grey@openrobotics.org> * Provide a safe move constructor to avoid double-allocation Signed-off-by: Michael X. Grey <grey@openrobotics.org> * Fix uncrustify Signed-off-by: Michael X. Grey <grey@openrobotics.org>
- Loading branch information
Showing
1 changed file
with
89 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters