free_nfs_cb_data: make static and drop superfluous nullptr checks / assignments
authorArne Redlich <arne.redlich@googlemail.com>
Mon, 17 Feb 2014 22:34:18 +0000 (23:34 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 20 Feb 2014 02:52:05 +0000 (18:52 -0800)
free() can cope with nullptrs and there's no point in null-ing free'd members
as the containing struct is free'd as well.

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>

No differences found