t/gen-rand: Avoid memleak of buckets()
authorErwan Velu <erwan@redhat.com>
Tue, 3 Oct 2017 09:33:55 +0000 (11:33 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Oct 2017 15:06:33 +0000 (09:06 -0600)
commit5e7bb921b275204c5c595332f40ebd5eb465ba86
tree1b88312537f21227cfee8c912b8355a0ee36db5f
parent144f470a09ccd544c24abbcdf940ad2f2b55eb82
t/gen-rand: Avoid memleak of buckets()

When exiting, buckets structure should be freed to avoid the memleak.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/gen-rand.c