There were several memory leaks inside jfsck(), they've probably been there for a... 0.18
commit793cc2c34623023bc254ddcceac57862f986accc
authorAlberto Bertogli <albertito@gmail.com>
Sun, 25 Jul 2004 02:05:53 +0000 (24 23:05 -0300)
committerAlberto Bertogli <albertito@gmail.com>
Sun, 15 Jul 2007 13:16:57 +0000 (15 10:16 -0300)
tree0f01a6f67937a84a9b0fddd037be0571b009ced7
parent03fb278c6ddbc71ca3de14ddbe553dbad024ac10
There were several memory leaks inside jfsck(), they've probably been there for a very long time.

There were several memory leaks inside jfsck(), they've probably been there
for a very long time.

Mostly mmap without munmap, and some missing free() calls.
check.c