fixed possible and actual memory leaks
authorDenis Pronin <dannftk@yandex.ru>
Fri, 11 Mar 2022 12:13:46 +0000 (15:13 +0300)
committerDenis Pronin <dannftk@yandex.ru>
Sun, 10 Apr 2022 04:40:29 +0000 (07:40 +0300)
commit6203763e2079901c3eae1ebd9e094d6a2afca996
tree7d94779d677318511b94157cbdd80fbb42509b18
parent6d01ac19170fadaf46a6db6b4cc347f1b389f422
fixed possible and actual memory leaks

backend.c: release memory occupied by the parent process for options
ioengines.c: free_ioengine entry point is protected by 'assert' call
upon td and td->io_ops

Signed-off-by: Denis Pronin <dannftk@yandex.ru>
backend.c
ioengines.c