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)
commit2fa14f9b97e2d20aedca55502ae03cf09dfe23b0
tree6950dba2207f2875c2e39d797803e380ee498528
parent206a2ff644dc30bedda747d53dee2659f7dc634f
free_nfs_cb_data: make static and drop superfluous nullptr checks / assignments

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>
lib/libnfs.c