Free/alloc every FIO_OPT_STR_STORE string
authorJens Axboe <jens.axboe@oracle.com>
Fri, 23 Mar 2007 14:57:56 +0000 (15:57 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 23 Mar 2007 14:57:56 +0000 (15:57 +0100)
commitd23bb327374520295509bbd98912c8091b701a3e
treef5df43ee6ebe473d683bc5f5981ac52d15427b87
parentcade3ef44669c5c962d7ed18ca0e361116ee44ad
Free/alloc every FIO_OPT_STR_STORE string

Makes ownership clear, though the freeing is a bit anal.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c
fio.h
init.c
options.c