From: Yan, Zheng Date: Mon, 23 Nov 2015 12:03:23 +0000 (+0800) Subject: mds: properly free CInode::ValidationContinuation X-Git-Tag: v10.1.0~176^2~1^2~25 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5a9944d731783daeb40e039f61be254da91b2a31;p=ceph.git mds: properly free CInode::ValidationContinuation Signed-off-by: Yan, Zheng --- diff --git a/src/mds/CInode.cc b/src/mds/CInode.cc index 5987c129d4f5..ec59997dccdd 100644 --- a/src/mds/CInode.cc +++ b/src/mds/CInode.cc @@ -3962,6 +3962,7 @@ void CInode::validate_disk_state(CInode::validated_data *results, } else if (fin) { fin->complete(get_rval()); } + delete this; } };