[PATCH] Revert some of the leak fixes
authorJens Axboe <jens.axboe@oracle.com>
Tue, 24 Oct 2006 07:33:42 +0000 (09:33 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 24 Oct 2006 07:33:42 +0000 (09:33 +0200)
commit56f9498d8588d42df2a41a7eb7ebcffef013a339
treeacbb125f9109b321d5005e16c8b185c86b40e89e
parent13f8e2d2e3e5ec7d8c18b70fb2a2e2a026190020
[PATCH] Revert some of the leak fixes

If the options are given as part of the global thread, the others
inherit the memory and thus cannot free it. Since it doesn't matter
a lot (we are talking a few hundred bytes), just leave the memory
as-is.

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