Browse Source
(The real bug here is that CONNECTION_GRAPH::assignNetCodesToBus() was growing the bus aliases members list because it used a non-const reference to it as a local storage list. The const scoping of it will prevent this type of error in future.) Fixes https://gitlab.com/kicad/code/kicad/issues/14269newinvert
3 changed files with 2 additions and 7 deletions
Loading…
Reference in new issue