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

    r4703 r4714  
    215215  int i;
    216216
     217  InitGraph ();
     218  InitImage ();
     219  InitQueues ();
     220
    217221  for (i = 0; i < sizeof (cmds) / sizeof (Command); i++) {
    218222    AddCommand (&cmds[i]);
Note: See TracChangeset for help on using the changeset viewer.