Changeset 42938 for trunk/Ohana/src/opihi/lib.shell/ConfigInit.c
- Timestamp:
- Nov 12, 2025, 4:47:51 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/ConfigInit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/ConfigInit.c
r38986 r42938 22 22 } 23 23 24 // this function is only called at shutdown, so it is not thread protect24 // this function is only called at shutdown, so it is not thread safe 25 25 void ConfigFree () { 26 26 if (GlobalConfig) free (GlobalConfig); 27 FreeConfigFile (); // frees the config variable structures 27 28 return; 28 29 }
Note:
See TracChangeset
for help on using the changeset viewer.
