Commit 504f0216 authored by Danny Auble's avatar Danny Auble
Browse files

bit_realloc does not replace the incoming pointer with the new one like

xrealloc does, the previous code was resulting in all sorts of bad memory
references/frees.  This should fix it.  I checked the rest of the code and
these were the only ones that made the mistake.
parent 38f905f6
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