Skip to content
  • rswindell's avatar
    No longer dynamically allocate compiled access requirment (AR) strings for configuration items. · 110cc8ac
    rswindell authored
    SCFG for Win32 is linked against a load_cfg lib that builds withOUT SCFG defined, so these compiled AR elements were allocated and then many SCFG operations (e.g. copy/paste, create new) would copy the allocated ARs to another configuration and then be subjected to double-free upon exit/clean-up (resulting in exception or crash).
    Just get rid of this cruft and some other related RAM-byte-saving hold-overs from the MS-DOS days.
    110cc8ac