cabana: fix missing transmitter after undoing DBC message removal (#34329)

fix missing transmitter after undoing DBC message removal
This commit is contained in:
Dean Lee
2025-01-05 02:35:22 +08:00
committed by GitHub
parent 253f4343f0
commit 8b4ddc987f
+1
View File
@@ -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();