mirror of
https://github.com/mirror/make.git
synced 2026-08-30 19:27:57 +08:00
- Include <alloca.h> even on non-__GNUC__ systems.
- Add some tests for unresolved bugs.
This commit is contained in:
@@ -382,7 +382,8 @@ string_glob (char *line)
|
||||
idx += len;
|
||||
result[idx++] = ' ';
|
||||
|
||||
free (chain->name);
|
||||
/* Because we used PARSEFS_NOCACHE above, we have to free() NAME. */
|
||||
free ((char *)chain->name);
|
||||
free (chain);
|
||||
chain = next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user