Hi, On Thu, Apr 07, 2011 at 11:40:56PM +0200, Emilio Pozuelo Monfort wrote:
> I thought free(NULL) wasn't safe and led to crashes, but you're right > according to free(3). It's amazing how many programmers are not aware of that :-) It's one of the most frequent things I tend to point out in patches... (Actually I discovered recently that I did this in some of my own old code myself :-) ) -antrik-