Changeset 16449
- Timestamp:
- Feb 13, 2008, 3:29:08 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/InputQueue.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/InputQueue.c
r15873 r16449 10 10 NINPUTS = 10; 11 11 ALLOCATE (inputs, char *, NINPUTS); 12 } 13 14 void FreeInputs () { 15 int i; 16 for (i = 0; i < Ninputs; i++) { 17 free (inputs[i]); 18 } 19 free (inputs); 12 20 } 13 21
Note:
See TracChangeset
for help on using the changeset viewer.
