nfs_fchown_async: fix nullptr dereference
authorArne Redlich <arne.redlich@googlemail.com>
Mon, 17 Feb 2014 22:22:02 +0000 (23:22 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 20 Feb 2014 02:49:03 +0000 (18:49 -0800)
nfs_chown_data is hooked up under nfs_cb_data->continue_data but
no ->free_continue_data is configured, so once free_nfs_cb_data is
invoked it will trip over a nullptr.

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

No differences found