commit | a6d85430424d44e946e0946bfaad607115510989 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 09 11:04:57 2007 -0400 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Oct 09 12:38:26 2007 -0700 |
tree | f324085c0d92fb8ebae928bab3a5f0b480a3bb4a | |
parent | baf14aa14efcfdb5a74d5cf804691086c6bec743 [diff] |
NLM: Fix a memory leak in nlmsvc_testlock The recent fix for a circular lock dependency unfortunately introduced a potential memory leak in the event where the call to nlmsvc_lookup_host fails for some reason. Thanks to Roel Kluin for spotting this. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>