commit | 1a05096de82f3cd672c76389f63964952678506f | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilovsky@samba.org> | Thu Sep 05 15:04:04 2013 +0400 |
committer | Steve French <smfrench@gmail.com> | Sun Sep 08 14:41:40 2013 -0500 |
tree | cd9ad14c597683148767a56424a53ffc3550cfcc | |
parent | d49ffb0e48f24a11c326ca5eff8abaa27732f1f2 [diff] |
CIFS: Fix a memory leak when a lease break comes This happens when we receive a lease break from a server, then find an appropriate lease key in opened files and schedule the oplock_break slow work. lw pointer isn't freed in this case. Cc: <stable@vger.kernel.org> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>