Fix crash on thread exit
authorJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 11:26:20 +0000 (12:26 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 11:26:20 +0000 (12:26 +0100)
commit19a98c4140020e82652a835faa6e0eac6173fa18
treeddcf3ebacb950a70c1268026aedc9d61c95dfe2a
parent50070b5a3b37f013a2b0b968e1b8b34bffff8589
Fix crash on thread exit

If we had multiple threads, we could corrupt the heap by
freeing memory we did not alloc.

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