commit | 8b6d5c09bc0c49aea041486d77c2f67e98ae0bc3 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Tue Jul 31 11:39:37 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 02 00:19:17 2012 -0700 |
tree | 41f7f5a284019ff2c4f2cc31877dd947d27796f1 | |
parent | e3c0d04750751389d5116267f8cf4687444d9a50 [diff] |
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>