Changeset 35 for trunk/src/kmk/lst.lib/lstConcat.c
- Timestamp:
- Mar 18, 2003, 4:58:49 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/lst.lib/lstConcat.c
r25 r35 45 45 * Function to concatentate two lists. 46 46 */ 47 48 47 #include "lstInt.h" 49 48 … … 119 118 list1->lastPtr->nextPtr = list1->firstPtr; 120 119 } 121 free ((Address)l2);120 efree ((Address)l2); 122 121 } else if (list2->firstPtr != NilListNode) { 123 122 /*
Note:
See TracChangeset
for help on using the changeset viewer.