ceph: fix ceph_monc_init memory leak
authorNoah Watkins <noahwatkins@gmail.com>
Mon, 12 Sep 2011 21:51:58 +0000 (14:51 -0700)
committerSage Weil <sage@newdream.net>
Tue, 25 Oct 2011 23:10:16 +0000 (16:10 -0700)
commit49d9224c047f23089c49a6749609447abd09ee03
tree4e0b057f29b006f8143a5350baf6e056f9c75faf
parenta35eca958aa1c7d0b5f993db1a3ded45ae16d59b
ceph: fix ceph_monc_init memory leak

failure clean up does not consider ceph_auth_init.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>
net/ceph/mon_client.c