commit | 84a035f6940fbabef0826f4fabdd59ec8e131b81 | [log] [tgz] |
---|---|---|
author | Geyslan G. Bem <geyslan@gmail.com> | Thu Nov 14 16:12:54 2013 -0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 14 17:26:21 2013 -0500 |
tree | 1d657bbd0cb8141fec94ca7b69d135a772588245 | |
parent | 8422d1f1812121b85affc1c92aac4aca66865988 [diff] |
net/hsr: Fix possible leak in 'hsr_get_node_status()' If 'hsr_get_node_data()' returns error, going directly to 'fail' label doesn't free the memory pointed by 'skb_out'. Signed-off-by: Geyslan G. Bem <geyslan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>