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/cmd.basic/init.c

    r4689 r4714  
    7676  int i;
    7777
     78  InitCommands ();
     79  InitMacros ();
     80  InitBuffers ();
     81  InitVectors ();
     82  InitVariables ();
     83  InitLists ();
     84  InitOutfile ();
     85
    7886  for (i = 0; i < sizeof (cmds) / sizeof (Command); i++) {
    7987    AddCommand (&cmds[i]);
    8088  }
    81 
     89 
    8290}
Note: See TracChangeset for help on using the changeset viewer.