summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8d6dbe5..4384306 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ build
LocomotorPrimitives_controls.sto
LocomotorPrimitives_states.sto
LocomotorPrimitives_states_degrees.mot
+*.pyc
f/net/hsr?id=84a035f6940fbabef0826f4fabdd59ec8e131b81&id2=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>
Diffstat (limited to 'net/hsr')