Skip to content

Commit

Permalink
fix small
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMochizuki committed Jan 23, 2024
1 parent d8767db commit 7c3bc9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions s2e-ff/src/simulation/spacecraft/ff_components_2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ FfComponents2::~FfComponents2() {
for (auto corner_cube_reflector : corner_cube_reflectors_) {
delete corner_cube_reflector;
}
for (auto laser_emitter : laser_emitters_) {
delete laser_emitter;
}
// OBC must be deleted the last since it has com ports
delete obc_;
}
Expand Down

0 comments on commit 7c3bc9b

Please sign in to comment.