Commit dfcab123 authored by dickelbeck's avatar dickelbeck
Browse files

another fix

parent eb3976df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }