Commit 2b64db84 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Remove extraneous xmalloc casts.

Also switch to xmalloc pattern of:
    int *data = xmalloc(sizeof(*data));
while cleaning these up.
parent 24c3c6ad
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