Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/make



In article <3C6CF536-97DB-4DAE-966E-A3C02C505E98%msys.ch@localhost>,
Marc Balmer  <marc%msys.ch@localhost> 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



Home | Main Index | Thread Index | Old Index