IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2005, 9:53:49 AM (21 years ago)
Author:
eugene
Message:

fixed some memory leaks, pushed extra init functions into lib inits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/psched.c

    r4705 r4714  
    1212  auto_break = TRUE;
    1313
    14   Nlists = 0;
    15   ALLOCATE (lists, List, 1);
    16 
    17   /* init functions required by libraries */
    18   /* -libopihi */
    19   InitCommands ();
    20   InitMacros ();
    21   InitBuffers ();
    22   InitVectors ();
    23   InitVariables ();
    24 
    25   /* -libdisplay */
    26   InitGraph ();
    27   InitImage ();
    28 
    2914  /* load the commands used by this implementation */
    3015  InitBasic ();
    3116  InitData ();
    32   InitOutfile ();
    3317  InitPsched ();
    34   InitTasks ();
    35   InitJobs ();
    36   InitJobIDs ();
    3718
    3819  rl_readline_name = opihi_name;
Note: See TracChangeset for help on using the changeset viewer.