treewide: Eliminate SAFE_FREE
authorJeff Layton <jlayton@samba.org>
Fri, 24 Feb 2017 00:09:12 +0000 (19:09 -0500)
committerJeff Layton <jlayton@samba.org>
Fri, 24 Feb 2017 12:12:14 +0000 (07:12 -0500)
commit4850d321c3ec8f1b31b162fe8a316a7638c12b94
treebbbb9b98917bf66e7524ac1754cf2ee54a6809dc
parent2333c502f81c66e186123e1b739a056fb049d5e4
treewide: Eliminate SAFE_FREE

It just frees and then zeroes out the pointer. That's of dubious
value in the places where it's currently being used. Just use
free() instead.

Signed-off-by: Jeff Layton <jlayton@samba.org>
cifs.upcall.c
mount.cifs.c