Michael McConville wrote: > Ted Unangst wrote: > > Michael McConville wrote: > > > Also, why is fs on line 390 cast to char* when afree() takes void*? > > > > this code is older than void. and NULL apparently. please remove the casts > > too. > > Does this look good? I had to leave one cast because the freed pointer > is a const.
yup. only binary change is in two places, where the null check was removed.
