IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16458


Ignore:
Timestamp:
Feb 13, 2008, 3:32:17 PM (18 years ago)
Author:
eugene
Message:

add free func

File:
1 edited

Legend:

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

    r10666 r16458  
    3939# endif
    4040  return (stack);
     41}
     42
     43void FreeStack (Stack *stack) {
     44
     45  free (stack[0].object);
     46  free (stack[0].name);
     47  free (stack[0].id);
     48  free (stack);
    4149}
    4250
Note: See TracChangeset for help on using the changeset viewer.