bug-gnulib
[Top][All Lists]
Advanced

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

Re: striconv typo


From: Bruno Haible
Subject: Re: striconv typo
Date: Tue, 12 Jan 2010 21:54:59 +0100
User-agent: KMail/1.9.9

Btw, it's not a typo. When I write

      if (result != NULL)
        free (result);

it's either
  - because it makes the logic clearer (you have to think less when you want
    to verify that the code is correct), or
  - an attempt to not assume too much from a system function, or
  - an optimization that avoids an unnecessary function call.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]