Juergen Spitzmueller <[EMAIL PROTECTED]> writes:

| Jose' Matos wrote:
>> That us premature optimization Jürgen. :-)
>>
>>   It is easier to simply clear the list since the effect is the same, there
>> is no need to consider the different cases. The code then becomes easier to
>> understand by anyone. :-)
>
| Really? OK, then I change that.

Really!

Your code is like doing:

     if (ptr)
        free(ptr);


instead of just

     free(ptr);

The "if" is never needed.

| P.S.: Isn't it Friday today?

I am not in the mood.

-- 
        Lgb

Reply via email to