Fix memory leak in _fio_rbd_connect()
authorJevon Qiao <scaleqiao@gmail.com>
Thu, 28 Jul 2016 07:26:38 +0000 (15:26 +0800)
committerJevon Qiao <scaleqiao@gmail.com>
Thu, 28 Jul 2016 07:26:38 +0000 (15:26 +0800)
commit6ec0dcd1f7c02db47f23eb5cc400772ea095704b
tree53118d6aa0ae80f96ec0131c63bb45ec89e8c482
parent89e5ec960081f40b19017c21906ca9be139f9dea
Fix memory leak in _fio_rbd_connect()

When running fio with rbd engine and specifying clustername, a piece of
memory will be allocated in _fio_rbd_connect(), but it never gets freed.

Signed-off-by: Jevon Qiao <scaleqiao@gmail.com>
engines/rbd.c