Browse Source

another fix

pull/1/head
dickelbeck 18 years ago
parent
commit
dfcab12390
  1. 1
      pcbnew/dragsegm.cpp

1
pcbnew/dragsegm.cpp

@ -241,6 +241,7 @@ void EraseDragListe()
for( ; pt_drag != NULL; pt_drag = NextStruct )
{
NextStruct = pt_drag->Pnext;
pt_drag->m_Segm->m_Flags = 0;
delete pt_drag;
}

Loading…
Cancel
Save