[Was] Resolving the licensing issues.

Steven Scholz steven.scholz at imc-berlin.de
Fri Mar 3 09:29:27 UTC 2006


Bernd Petrovitsch wrote:

> or
> #define FREE(p) do { free(p); (p) = NULL; } while(0)

I suggest
#define xfree(p) do { free(p); (p) = NULL; } while(0)

;-)

--
Steven



More information about the busybox mailing list