More issue #16846 invalid pointer checks.
This has now pushed the issue down to a broken RTree issue. Skipping the asserts in debug builds will still crash but now it's pushed down to the RTree.
This commit is contained in:
@@ -532,7 +532,6 @@ void SCH_COMMIT::Revert()
|
||||
if( item->Type() == SCH_SYMBOL_T )
|
||||
{
|
||||
SCH_SYMBOL* symbol = static_cast<SCH_SYMBOL*>( item );
|
||||
wxCHECK2( symbol, continue );
|
||||
symbol->UpdatePins();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user