- Timestamp:
- Aug 31, 2021, 1:49:10 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 4bdb7bf
- Parents:
- f62e741
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (08/06/21 01:05:24)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
rf62e741 r5241ec2 36 36 37 37 void ^?{}( KVPairs & kvp ) with ( kvp ) { // destructor 38 for ( i; size ) free( data[i] ); 38 39 free( data ); 39 40 size = 0; max_size = 0; data = 0p;
Note: See TracChangeset
for help on using the changeset viewer.