In article <[email protected]>, Marc Balmer <[email protected]> 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
