XFREE -> free

This commit is contained in:
Paul Eggert
2004-11-22 21:05:25 +00:00
parent c1f8f16a9b
commit afbb696d19
12 changed files with 36 additions and 29 deletions

View File

@@ -205,7 +205,7 @@ do { \
for (_node = List; _node; _node = _next) \
{ \
_next = _node->next; \
XFREE (_node); \
free (_node); \
} \
} while (0)