Le 27 juil. 09 à 18:39, Joel E. Denny a écrit :
The `if' is redundant. free (NULL) does nothing.
Not so true in C. This is correct with delete in C++. Unless we have some replacement free() from gnulib which ensures this?
Le 27 juil. 09 à 18:39, Joel E. Denny a écrit :
The `if' is redundant. free (NULL) does nothing.
Not so true in C. This is correct with delete in C++. Unless we have some replacement free() from gnulib which ensures this?