Commit efa9c926 authored by faa's avatar faa
Browse files

segfault eeschema at save whole project

parent 6993761f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -241,6 +241,9 @@ LIB_COMPONENT* CMP_LIBRARY::AddComponent( LIB_COMPONENT* aComponent )
    {
        LIB_ALIAS* alias = FindAlias( newCmp->m_AliasList[ i ] );
        
        if( alias == NULL )
    	    break;

        if( alias->GetComponent()->GetName().CmpNoCase( newCmp->GetName() ) != 0 )
        {
            wxString msg1;