Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tesselation/tesselation.cpp

    r052c10 ra2a2f7  
    147147    }
    148148  }
    149 
    150   delete LinkedList;
    151149}
    152150
     
    1000998      LOG(3, "DEBUG:   " << *(*Runner) << " with distance " << (*Runner)->distance(CandidateLine.OtherOptCenter) << ".");
    1001999  }
    1002   delete ListofPoints;
     1000  delete (ListofPoints);
    10031001
    10041002  return flag;
Note: See TracChangeset for help on using the changeset viewer.