Commit 4eef89cb authored by Tim Wickberg's avatar Tim Wickberg Committed by Danny Auble
Browse files

free()'ing an xmalloc()'d buffer is bad, change to malloc()

Since the glibc-portion in the #ifdef above uses malloc, malloc here instead
to keep the same free() call below.
parent 86de8d2a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment