Changeset 35f733 for molecuilder/src


Ignore:
Timestamp:
Dec 16, 2009, 11:49:40 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
59b70a
Parents:
ef87ee
Message:

BUGFIX: delete(mol) belongs to the commented-out DissectMoleculeIntoConnectedSubgraphs().

  • caused the parsed molecule to be deleted (hence, start->next = NULL and end->previous = NULL, as they were unlinked).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.cpp

    ref87ee r35f733  
    10741074  // don't do this here ...
    10751075  //MolList->DissectMoleculeIntoConnectedSubgraphs(mol,this);
    1076 
    1077   delete(mol);
     1076  //delete(mol);
     1077
    10781078  delete(FileBuffer);
    10791079};
Note: See TracChangeset for help on using the changeset viewer.