IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18113


Ignore:
Timestamp:
Jun 13, 2008, 8:29:59 AM (18 years ago)
Author:
eugene
Message:

fix exit bug on host stacks

File:
1 edited

Legend:

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

    r18098 r18113  
    3030
    3131void FreeHostStacks () {
    32   // AllHosts is a virtual stack : all hosts are references
    33   FreeStack (HostPool_AllHosts);
    34 
    3532  FreeHostStack (HostPool_Idle);
    3633  FreeHostStack (HostPool_Busy);
     
    3936  FreeHostStack (HostPool_Down);
    4037  FreeHostStack (HostPool_Off );
     38
     39  // AllHosts is a virtual stack : all hosts are references
     40  FreeStack (HostPool_AllHosts);
    4141}
    4242
Note: See TracChangeset for help on using the changeset viewer.