Changes in / [c570806:92a6e02]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
rc570806 r92a6e02 167 167 newFirst ->qualifiers = {}; 168 168 newSecond->qualifiers = {}; 169 #warning memory leak 169 ast::ptr< ast::Type > t1_(newFirst ); 170 ast::ptr< ast::Type > t2_(newSecond); 170 171 171 172 return unifyExact( … … 1195 1196 t1->qualifiers = {}; 1196 1197 t2->qualifiers = {}; 1197 #warning memory leak 1198 ast::ptr< ast::Type > t1_(t1); 1199 ast::ptr< ast::Type > t2_(t2); 1198 1200 1199 1201 if ( unifyExact( t1, t2, env, need, have, open, widen, symtab ) ) {
Note: See TracChangeset
for help on using the changeset viewer.