Remove silly safe_free() function which is a wrapper around SAFE_FREE().
authorJelmer Vernooij <jelmer@samba.org>
Sun, 19 Oct 2008 11:06:14 +0000 (13:06 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 19 Oct 2008 11:06:14 +0000 (13:06 +0200)
commitf0c4829e827210e6f58885994e18f77f9afc3b8c
treee3dc275e48331b89add00fddeae2d89d1dc7b93d
parent58b4efc9b49c1cc366303a306639a3fc9321dcfe
Remove silly safe_free() function which is a wrapper around SAFE_FREE().

Since it's a function it just sets the local pointer to NULL and basically
is an equivalent to free().

It also claims it's being used for callbacks but isn't used that way
anywhere.
source3/lib/util.c
source3/printing/nt_printing.c
source3/printing/pcap.c
source3/printing/print_aix.c
source3/utils/net_ads.c
source3/utils/net_rpc_printer.c
source3/utils/nmblookup.c