Remove extraneous xmalloc casts.
Also switch to xmalloc pattern of: int *data = xmalloc(sizeof(*data)); while cleaning these up.
Please register or sign in to comment
Also switch to xmalloc pattern of: int *data = xmalloc(sizeof(*data)); while cleaning these up.