git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8fb02a
)
rbd: fix a memory leak in rbd_get_client()
author
Alex Elder
<elder@dreamhost.com>
Tue, 24 Jan 2012 16:08:36 +0000
(10:08 -0600)
committer
Sage 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