commit | c7a2bd19b7c1e0bd2c7604c53d2583e91e536948 | [log] [tgz] |
---|---|---|
author | Takahiro Yasui <tyasui@redhat.com> | Tue Jan 06 03:04:56 2009 +0000 |
committer | Alasdair G Kergon <agk@redhat.com> | Tue Jan 06 03:04:56 2009 +0000 |
tree | bb896040c05397026745de9d05bd6f491d26603f | |
parent | 90fa1527bddc7147dc0d590ee6184ca88bc50ecf [diff] |
dm log: fix dm_io_client leak on error paths In create_log_context function, dm_io_client_destroy function needs to be called, when memory allocation of disk_header, sync_bits and recovering_bits failed, but dm_io_client_destroy is not called. Cc: stable@kernel.org Signed-off-by: Takahiro Yasui <tyasui@redhat.com> Acked-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>