IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42935


Ignore:
Timestamp:
Nov 12, 2025, 4:46:58 PM (8 months ago)
Author:
eugene
Message:

free memory on exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in

    r42919 r42935  
    8484  DownHosts ();
    8585
    86   QuitCheckSystemThread(); pthread_join (clientsThread, NULL);
     86  QuitCheckSystemThread();
     87  pthread_join (clientsThread, NULL);
    8788
    8889  ConfigFree ();
    8990  FreeBasic ();
    9091  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()
    9195
    9296  return;
Note: See TracChangeset for help on using the changeset viewer.