Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/DepthFirstSearchAction.cpp

    r920c70 r97ebf8  
    6666      delete(Subgraphs);
    6767      for (int i=0;i<FragmentCounter;i++)
    68         delete[](ListOfLocalAtoms[i]);
    69       delete[](ListOfLocalAtoms);
     68        Free(&ListOfLocalAtoms[i]);
     69      Free(&ListOfLocalAtoms);
    7070    }
    7171    delete(BackEdgeStack);
Note: See TracChangeset for help on using the changeset viewer.