bug-patch
[Top][All Lists]
Advanced

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

Re: [bug-patch] [PATCH] maint: remove unnecessary tests before free


From: Andreas Gruenbacher
Subject: Re: [bug-patch] [PATCH] maint: remove unnecessary tests before free
Date: Tue, 22 Feb 2011 00:30:19 +0100
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.4-desktop; KDE/4.4.4; x86_64; ; )

On Monday 21 February 2011 00:32:19 Jim Meyering wrote:
> There is no longer any need to avoid "free(NULL)" (since SunOS 4),
> so replace each "if (P) free (P);" with "free (P);".

No objections from my side.

Thanks,
Andreas



reply via email to

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