Changeset 16435
- Timestamp:
- Feb 13, 2008, 3:25:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/open_kapa.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/open_kapa.c
r14590 r16435 22 22 ALLOCATE (Device, char *, 1); // for future REALLOCATE calls 23 23 ALLOCATE (Socket, int, 1); // for future REALLOCATE calls 24 } 25 26 void FreeKapa () { 27 28 free (Device); 29 free (Socket); 24 30 } 25 31
Note:
See TracChangeset
for help on using the changeset viewer.
