Ignore:
File:
1 edited

Legend:

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

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