mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
fix SEGV in pcb_generator_meanders
This commit is contained in:
parent
79a45c4803
commit
7cb198e021
@ -563,7 +563,10 @@ public:
|
||||
if( baselineValid() )
|
||||
{
|
||||
removeToBaseline( router, layer, *m_baseLine );
|
||||
removeToBaseline( router, layer, *m_baseLineCoupled );
|
||||
if( m_tuningMode == DIFF_PAIR )
|
||||
{
|
||||
removeToBaseline( router, layer, *m_baseLineCoupled );
|
||||
}
|
||||
}
|
||||
|
||||
std::set<BOARD_ITEM*> clearRouterRemovedItems = aTool->GetRouterCommitRemovedItems();
|
||||
|
Loading…
x
Reference in New Issue
Block a user