commit | 97bb59a03dd6767fcc00be09b0c6d9e5294eeea6 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@dreamhost.com> | Tue Jan 24 10:08:36 2012 -0600 |
committer | Sage Weil <sage@newdream.net> | Thu Feb 02 12:49:27 2012 -0800 |
tree | f04006e8040913d49fb1841ed93abed6d84308a1 | |
parent | d8fb02abdc39f92a1066313e2b17047876afa8f9 [diff] |
rbd: fix a memory leak in rbd_get_client() 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>