summaryrefslogtreecommitdiff
path: root/src/mon/MonClient.h
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@dreamhost.com>2011-03-14 14:20:07 -0700
committerJosh Durgin <josh.durgin@dreamhost.com>2011-03-14 14:44:38 -0700
commit87056e1a5fafa2e58c162f4de3b4819ea09d539f (patch)
tree5d6ccf62bf513b0ff1ccd222db9f9346949b701d /src/mon/MonClient.h
parenta94cf48baf4a33ee34a4ceca2ae168fc536ff431 (diff)
downloadceph-87056e1a5fafa2e58c162f4de3b4819ea09d539f.tar.gz
monclient: fix leak of AuthClientHandler
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
Diffstat (limited to 'src/mon/MonClient.h')
-rw-r--r--src/mon/MonClient.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mon/MonClient.h b/src/mon/MonClient.h
index 99958818ef3..614c481ef99 100644
--- a/src/mon/MonClient.h
+++ b/src/mon/MonClient.h
@@ -173,8 +173,7 @@ public:
auth(NULL),
rotating_secrets(rkeys) { }
- ~MonClient() {
- }
+ ~MonClient();
void init();
void shutdown();