diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-07-31 11:39:37 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-02 07:19:17 (GMT) |
commit | 8b6d5c09bc0c49aea041486d77c2f67e98ae0bc3 (patch) | |
tree | 41f7f5a284019ff2c4f2cc31877dd947d27796f1 /mm/truncate.c | |
parent | e3c0d04750751389d5116267f8cf4687444d9a50 (diff) | |
download | linux-8b6d5c09bc0c49aea041486d77c2f67e98ae0bc3.tar.xz |
bnx2x: fix mem leak when command is unknown
In bnx2x_mcast_enqueue_cmd() we'll leak the memory allocated to
'new_cmd' if we hit the deafault case of the 'switch (cmd)'.
Add a 'kfree(new_cmd)' to that case to avoid the leak.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm/truncate.c')
0 files changed, 0 insertions, 0 deletions