Changeset 52c6891 for libcfa


Ignore:
Timestamp:
Aug 31, 2021, 1:49:09 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:
98d6b744
Parents:
e74ba77
git-author:
Jacob Prud'homme <jafprudhomme@…> (07/23/21 16:28:18)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
Message:

Freed KVPairs in case of error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    re74ba77 r52c6891  
    8686                } // for
    8787        } catch( Open_Failure * ex; ex->istream == &in ) {
     88                ^kv_pairs{};
    8889                exit | "Error: could not open input file \"" | config_file | "\"";
    8990        } // try
Note: See TracChangeset for help on using the changeset viewer.