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:
Wayne Stambaugh
2024-02-10 15:41:10 -05:00
parent 5819ad274f
commit e302261067
3 changed files with 4 additions and 1 deletions
-1
View File
@@ -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();
}