Commit dfcab123 authored by dickelbeck's avatar dickelbeck

another fix

parent eb3976df
...@@ -241,6 +241,7 @@ void EraseDragListe() ...@@ -241,6 +241,7 @@ void EraseDragListe()
for( ; pt_drag != NULL; pt_drag = NextStruct ) for( ; pt_drag != NULL; pt_drag = NextStruct )
{ {
NextStruct = pt_drag->Pnext; NextStruct = pt_drag->Pnext;
pt_drag->m_Segm->m_Flags = 0;
delete pt_drag; delete pt_drag;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment