Add missing free.

This commit is contained in:
Ulrich Drepper 2001-06-05 14:22:27 +00:00
parent 5bb46825ef
commit ac15953f96
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ parse_tilde (char **word, size_t *word_length, size_t *max_length,
}
*offset = i - 1;
free (user);
}
return *word ? 0 : WRDE_NOSPACE;
}