diff options
| author | Jesper Juhl <[email protected]> | 2007-10-15 01:39:12 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2007-10-15 12:26:32 -0700 |
| commit | f937f1f46b6d2f9bef94e0d6b769a4c67615d34e (patch) | |
| tree | 4aadb89d07e7bb0789d5a754e65db686f339f07c /scripts/patch-kernel | |
| parent | 1dff92e09eb3adfcf3d3dffd0507b850f911f280 (diff) | |
[NETLINK]: Don't leak 'listeners' in netlink_kernel_create()
The Coverity checker spotted that we'll leak the storage allocated
to 'listeners' in netlink_kernel_create() when the
if (!nl_table[unit].registered)
check is false.
This patch avoids the leak.
Signed-off-by: Jesper Juhl <[email protected]>
Acked-by: "Eric W. Biederman" <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions