Changeset 5241ec2 for libcfa/src


Ignore:
Timestamp:
Aug 31, 2021, 1:49:10 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
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)
Message:

Freed space allocated for strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    rf62e741 r5241ec2  
    3636
    3737void ^?{}( KVPairs & kvp ) with ( kvp ) {                               // destructor
     38        for ( i; size ) free( data[i] );
    3839        free( data );
    3940        size = 0; max_size = 0; data = 0p;
Note: See TracChangeset for help on using the changeset viewer.