IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2025, 4:47:51 PM (6 months ago)
Author:
eugene
Message:

free memory on exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/ConfigInit.c

    r38986 r42938  
    2222}
    2323
    24 // this function is only called at shutdown, so it is not thread protect
     24// this function is only called at shutdown, so it is not thread safe
    2525void ConfigFree () {
    2626  if (GlobalConfig) free (GlobalConfig);
     27  FreeConfigFile (); // frees the config variable structures
    2728  return;
    2829}
Note: See TracChangeset for help on using the changeset viewer.