Fixed resizestring() to work if reference tracing is turned on.
The realloc() call would move the list head without fixing the pointers to in the the chain of allocated objects...
Showing
Please register or sign in to comment
The realloc() call would move the list head without fixing the pointers to in the the chain of allocated objects...