diff options
| author | Jesper Juhl <[email protected]> | 2007-08-10 15:23:54 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2007-08-13 22:52:10 -0700 |
| commit | e576de82ee628f68e5a44527c7ee99eadeab2e62 (patch) | |
| tree | 387900c511a4171568997f37e450238107746b6d /scripts | |
| parent | d725fdc8027a4cd961f58d92917fbb91b171abfa (diff) | |
[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()
There's a memory leak in net/dccp/feat.c::dccp_feat_empty_confirm(). If we
hit the 'default:' case of the 'switch' statement, then we return without
freeing 'opt', thus leaking 'struct dccp_opt_pend' bytes.
The leak is fixed easily enough by adding a kfree(opt); before the return
statement.
The patch also changes the layout of the 'switch' to be more in line with
CodingStyle.
Signed-off-by: Jesper Juhl <[email protected]>
Acked-by: Ian McDonald <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions