another fix

This commit is contained in:
dickelbeck 2007-11-03 04:00:49 +00:00
parent eb3976df29
commit dfcab12390
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}