log: remember to free output buffer when done
authorJens Axboe <axboe@kernel.dk>
Fri, 7 Sep 2018 18:57:52 +0000 (12:57 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 7 Sep 2018 18:57:52 +0000 (12:57 -0600)
commitd5bb0a8902b787718e7027be85573773781f0898
tree06180f644a918918ec9104e0dfc89a7099bb9562
parent71ccdf58a51e339962db65dc8d875527cf795b00
log: remember to free output buffer when done

We need to ensure we call buf_output_free() after using the
temp storage, otherwise we leaked the memory that we allocated
while filling the buffer.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
backend.c
client.c
init.c