CVS update: samba4/source/torture

Matt Seitz seitz at metadata-systems.com
Wed Feb 4 15:36:42 GMT 2004


Andrew Bartlett wrote:
> On Wed, 2004-02-04 at 09:48, Stefan (metze) Metzmacher wrote:
>>what is with a:
>>if (binding)
>>	free(binding);
> 
> 
> I should have checked the parametric interface, to see if it copied the
> string, but if it does, I'll free it.

Since free(NULL) is a no-op, why test if binding is NULL before calling free?



More information about the samba-technical mailing list