Changeset f49b3fc
- Timestamp:
- Aug 1, 2019, 4:27:46 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ba417e2
- Parents:
- 2890212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
r2890212 rf49b3fc 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.