diff options
author | Artem Bityutskiy <[email protected]> | 2011-05-31 08:40:40 +0300 |
---|---|---|
committer | Artem Bityutskiy <[email protected]> | 2011-06-03 18:12:31 +0300 |
commit | 812eb258311f89bcd664a34a620f249d54a2cd83 (patch) | |
tree | 2b1598190efd598cfbdff30fbca302426f796e3a /net | |
parent | cf610bf4199770420629d3bc273494bd27ad6c1d (diff) |
UBIFS: fix memory leak on error path
UBIFS leaks memory on error path in 'ubifs_jnl_update()' in case of write
failure because it forgets to free the 'struct ubifs_dent_node *dent' object.
Although the object is small, the alignment can make it large - e.g., 2KiB
if the min. I/O unit is 2KiB.
Signed-off-by: Artem Bityutskiy <[email protected]>
Cc: [email protected]
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions