]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/MonClient: release pending outgoing messages on shutdown 530/head
authorSage Weil <sage@inktank.com>
Fri, 23 Aug 2013 00:46:45 +0000 (17:46 -0700)
committerSage Weil <sage@inktank.com>
Fri, 23 Aug 2013 00:46:45 +0000 (17:46 -0700)
commit309569a6d0b7df263654b7f3f15b910a72f2918d
treef21ece24129d98fbcf932b0b3b3f750f296c6740
parent617dc36d477fd83b2d45034fe6311413aa1866df
mon/MonClient: release pending outgoing messages on shutdown

This fixes a small memory leak when we have messages queued for the mon
when we shut down.  It is harmless except for the valgrind leak check
noise that obscures real leaks.

Backport: dumpling
Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/MonClient.cc