Changes in / [c570806:92a6e02]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Unify.cc

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