Changeset 42935
- Timestamp:
- Nov 12, 2025, 4:46:58 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in
r42919 r42935 84 84 DownHosts (); 85 85 86 QuitCheckSystemThread(); pthread_join (clientsThread, NULL); 86 QuitCheckSystemThread(); 87 pthread_join (clientsThread, NULL); 87 88 88 89 ConfigFree (); 89 90 FreeBasic (); 90 91 FreePcontrol (); 92 93 free_error (); // init_error() called in lib.shell/startup.c general_init() 94 gprintFree (); // gprintInit() called in lib.shell/startup.c general_init() 91 95 92 96 return;
Note:
See TracChangeset
for help on using the changeset viewer.
