From 35fce2755e4a31f4867cbc35fb5840d34630af54 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Wed, 31 Mar 2010 09:00:51 -0700 Subject: [PATCH] msg: fix uses of MMDSFragmentNotify destructor to use put() --- src/mds/MDCache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index 335e326add4b4..b993fcb516ce0 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -8609,7 +8609,7 @@ void MDCache::handle_fragment_notify(MMDSFragmentNotify *notify) mds->queue_waiters(waiters); } - delete notify; + notify->put(); } -- 2.39.5