Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dlm: memory leaks on error path in dlm_user_request()
According to comment in dlm_user_request() ua should be freed in dlm_free_lkb() after successful attach to lkb. However ua is attached to lkb not in set_lock_args() but later, inside request_lock(). Fixes 597d0ca ("[DLM] dlm: user locks") Cc: [email protected] # 2.6.19 Signed-off-by: Vasily Averin <[email protected]> Signed-off-by: David Teigland <[email protected]>
- Loading branch information