IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42936


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

free memory on exit

File:
1 edited

Legend:

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

    r42919 r42936  
    7676  FreeBasic ();
    7777  FreePclient ();
    78   gprint (GP_LOG, "Goodbye\n");
     78  gprint (GP_LOG, "Goodbye\n"); // sent to pcontrol to signal exit
     79
     80  free_error (); // init_error() called in lib.shell/startup.c general_init()
     81  gprintFree (); // gprintInit() called in lib.shell/startup.c general_init()
     82
    7983  return;
    8084}
     
    106110  int status;
    107111  status = opihi (argc, argv);
     112
    108113  exit (status);
    109114}
Note: See TracChangeset for help on using the changeset viewer.