commit | 53b27584db0446e356c86b3aa43f5107b0170704 | [log] [tgz] |
---|---|---|
author | Davi Arnaut <davi.arnaut@gmail.com> | Mon Nov 07 00:59:37 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 07 07:53:39 2005 -0800 |
tree | 82b67a2ac88716cca4eb638f5475e875d6feb1ec | |
parent | ce44eeb6906cf2b093b76ea69b952621712a4a3c [diff] |
[PATCH] smbfs: 'names_cache' memory leak Data allocated with "__getname()" should always be free'd with "__putname()" because of the AUDITSYSCALL code. Signed-off-by: Davi Arnaut <davi.arnaut@gmail.com> Cc: Urban Widmark <urban@teststation.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>