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/pclient/pclient.c

    r4691 r4714  
    1212  auto_break = TRUE;
    1313
    14   Nlists = 0;
    15   ALLOCATE (lists, List, 1);
    16 
    17   /* init functions required by libraries */
    18   /* -libshell */
    19   InitCommands ();
    20   InitMacros ();
    21   InitBuffers ();
    22   InitVectors ();
    23   InitVariables ();
    24 
    25   /* -libdata */
    26   InitGraph ();
    27   InitImage ();
    28 
    2914  /* load the commands used by this implementation */
    3015  InitBasic ();
    31   InitOutfile ();
    3216  InitPclient ();
    3317  InitChild ();
Note: See TracChangeset for help on using the changeset viewer.