Skip to content

Commit

Permalink
cabana: fix missing transmitter after undoing DBC message removal (#3…
Browse files Browse the repository at this point in the history
…4329)

fix missing transmitter after undoing DBC message removal
  • Loading branch information
deanlee authored Jan 4, 2025
1 parent 253f434 commit 8b4ddc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cabana/dbc/dbc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ cabana::Msg &cabana::Msg::operator=(const cabana::Msg &other) {
name = other.name;
size = other.size;
comment = other.comment;
transmitter = other.transmitter;

for (auto s : sigs) delete s;
sigs.clear();
Expand Down

0 comments on commit 8b4ddc9

Please sign in to comment.