In article <3c6cf536-97db-4dae-966e-a3c02c505...@msys.ch>, Marc Balmer <m...@msys.ch> wrote:
>> v->name, delim); >> - if (*freePtr) { >> - free(*freePtr); >> - *freePtr = NULL; >> - } >> + free(*freePtr); >> + *freePtr = NULL; > >is this sentinel, setting *freePtr to NULL, really needed? Maybe not, but the point of the patch was to just remove the tests, not alter the code. christos