init: fix missing dlhandle reference put
authorJens Axboe <axboe@kernel.dk>
Fri, 15 Dec 2017 20:34:22 +0000 (13:34 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 15 Dec 2017 20:34:22 +0000 (13:34 -0700)
commit14dc963c6b8eaaf96f6310a21256368e9be49239
treebca90be315276f75212123aca7eec7f120642147
parent4784476426793575eb58c0fc245176b1f96208ce
init: fix missing dlhandle reference put

If we keep using the same engine, put the dlhandle reference that
we now hold twice.

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