Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Expression.cc

    rac71a86 r8d2844a  
    385385UntypedExpr::~UntypedExpr() {
    386386        delete function;
     387        // deleteAll( args );  //TODO FIXME the arguments are leaked but they seem to be shared in some way
    387388}
    388389
Note: See TracChangeset for help on using the changeset viewer.