Steven Dake wrote: > Those checks are there for a reason. Did you test your patch? Often > those data sets are NULL.
But free(NULL) is just fine -- it's a no-op. Has been (everywhere) for years. That's why testing for "p == NULL" just prior is now pointless. For details, check out these threads: http://thread.gmane.org/gmane.comp.version-control.git/74187 http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/12712 http://thread.gmane.org/gmane.emacs.devel/98144 http://thread.gmane.org/gmane.comp.lib.glibc.alpha/13092 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
