Changeset 68f9c43 for src/Concurrency
- Timestamp:
- Mar 16, 2018, 5:15:02 PM (8 years ago)
- Branches:
- new-env, with_gc
- Children:
- 8d7bef2
- Parents:
- 6171841
- git-author:
- Aaron Moss <a3moss@…> (03/16/18 17:04:24)
- git-committer:
- Aaron Moss <a3moss@…> (03/16/18 17:15:02)
- Location:
- src/Concurrency
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Keywords.cc
r6171841 r68f9c43 291 291 StructDecl * forward = decl->clone(); 292 292 forward->set_body( false ); 293 deleteAll( forward->get_members() );294 293 forward->get_members().clear(); 295 294 … … 355 354 fixupGenerics(main_type, decl); 356 355 } 357 358 delete this_decl;359 356 360 357 declsToAddBefore.push_back( forward ); -
src/Concurrency/Waitfor.cc
r6171841 r68f9c43 476 476 } 477 477 478 delete setter;479 480 478 return new VariableExpr( timeout ); 481 479 }
Note:
See TracChangeset
for help on using the changeset viewer.