- Timestamp:
- Nov 12, 2020, 11:40:42 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 26ceca1, a0ba5e6
- Parents:
- c1076a2f (diff), 9139540 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/malloc.cfa
rc1076a2f r726b748 319 319 free(ip); 320 320 321 free( (void *)0p ); // sanity check321 free( 0p ); // sanity check 322 322 free( NULL ); // sanity check 323 323
Note:
See TracChangeset
for help on using the changeset viewer.