Changeset 9d5d01f for tests/alloc.cfa


Ignore:
Timestamp:
Apr 6, 2020, 9:24:19 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
216603a, 76bf23c
Parents:
e276be6
Message:

second attempt for temporary patch to fix build for alloc nodebug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/alloc.cfa

    re276be6 r9d5d01f  
    1010// Created On       : Wed Feb  3 07:56:22 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Apr  6 20:35:28 2020
    13 // Update Count     : 427
     12// Last Modified On : Mon Apr  6 21:08:23 2020
     13// Update Count     : 428
    1414//
    1515
     
    171171        for ( i; 5 * dim ) { printf( "%#x ", ip[i] ); }
    172172        printf( "\n" );
    173         free( ip );
    174173#endif // 0
     174        free( ip );
    175175
    176176        // resize, non-array types
Note: See TracChangeset for help on using the changeset viewer.