IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16435


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

add FreeKapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/open_kapa.c

    r14590 r16435  
    2222  ALLOCATE (Device, char *, 1);                   // for future REALLOCATE calls
    2323  ALLOCATE (Socket, int, 1);                      // for future REALLOCATE calls
     24}
     25
     26void FreeKapa () {
     27 
     28  free (Device);
     29  free (Socket);
    2430}
    2531
Note: See TracChangeset for help on using the changeset viewer.