rbd: fix a memory leak in rbd_get_client()
authorAlex Elder <elder@dreamhost.com>
Tue, 24 Jan 2012 16:08:36 +0000 (10:08 -0600)
committerSage Weil <sage@newdream.net>
Thu, 2 Feb 2012 20:49:27 +0000 (12:49 -0800)
If an existing rbd client is found to be suitable for use in
rbd_get_client(), the rbd_options structure is not being
freed as it should.  Fix that.

Signed-off-by: Alex Elder <elder@dreamhost.com>
Signed-off-by: Sage Weil <sage@newdream.net>

No differences found