]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: fix msg leak in resend_routed_requests
authorSage Weil <sage@redhat.com>
Fri, 2 Oct 2015 21:43:22 +0000 (17:43 -0400)
committerSage Weil <sage@redhat.com>
Sat, 3 Oct 2015 16:40:53 +0000 (12:40 -0400)
commit362b18a532a5077a1418c88f5acbc6e468a45a5a
treeb06b3a2f55c60fecda6e7e5c5eb702befea2bd7d
parentc9dad52c9607b84b2d681551dbdf6adae8260f80
mon: fix msg leak in resend_routed_requests

MForward takes its own ref so we can drop ours.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/Monitor.cc