mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[glass] NetworkTablesModel::Update(): Avoid use-after-move (#2988)
This commit is contained in:
@@ -143,6 +143,7 @@ void NetworkTablesModel::Update() {
|
||||
entry = std::make_unique<Entry>(std::move(event));
|
||||
m_sortedEntries.emplace_back(entry.get());
|
||||
updateTree = true;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (!entry) {
|
||||
|
||||
Reference in New Issue
Block a user