IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16461


Ignore:
Timestamp:
Feb 13, 2008, 3:33:02 PM (18 years ago)
Author:
eugene
Message:

add SIGPIPE, frees

File:
1 edited

Legend:

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

    r13720 r16461  
    2020  InitPcontrol ();
    2121
    22   InitJobStacks ();
    23   InitHostStacks ();
    24 
    2522  /* set global signal masks (these apply to all threads launched below) */
    26   // signal (SIGPIPE, gotsignal);
     23  signal (SIGPIPE, gotsignal);
    2724  signal (SIGTSTP, gotsignal);
    2825  signal (SIGTTIN, gotsignal);
     
    7269void cleanup () {
    7370  DownHosts ();
     71  ConfigFree ();
     72
     73  FreeBasic ();
     74  FreePcontrol ();
     75
    7476  return;
    7577}
Note: See TracChangeset for help on using the changeset viewer.