Changes in / [92a6e02:c570806]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Unify.cc

    r92a6e02 rc570806  
    167167                newFirst ->qualifiers = {};
    168168                newSecond->qualifiers = {};
    169                 ast::ptr< ast::Type > t1_(newFirst );
    170                 ast::ptr< ast::Type > t2_(newSecond);
     169                #warning memory leak
    171170
    172171                return unifyExact(
     
    11961195                t1->qualifiers = {};
    11971196                t2->qualifiers = {};
    1198                 ast::ptr< ast::Type > t1_(t1);
    1199                 ast::ptr< ast::Type > t2_(t2);
     1197                #warning memory leak
    12001198
    12011199                if ( unifyExact( t1, t2, env, need, have, open, widen, symtab ) ) {
Note: See TracChangeset for help on using the changeset viewer.