mds: properly free CInode::ValidationContinuation

Signed-off-by: Yan, Zheng <zyan@redhat.com>
This commit is contained in:
Yan, Zheng 2015-11-23 20:03:23 +08:00
parent 94bc0fb373
commit 5a9944d731

View File

@ -3962,6 +3962,7 @@ void CInode::validate_disk_state(CInode::validated_data *results,
} else if (fin) {
fin->complete(get_rval());
}
delete this;
}
};