Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tesselation/tesselation.cpp

    ra2a2f7 r052c10  
    147147    }
    148148  }
     149
     150  delete LinkedList;
    149151}
    150152
     
    9981000      LOG(3, "DEBUG:   " << *(*Runner) << " with distance " << (*Runner)->distance(CandidateLine.OtherOptCenter) << ".");
    9991001  }
    1000   delete (ListofPoints);
     1002  delete ListofPoints;
    10011003
    10021004  return flag;
Note: See TracChangeset for help on using the changeset viewer.