commit | 4ee45ea05c8710c7ab8a5eb1a72700b874712746 | [log] [tgz] |
---|---|---|
author | Li RongQing <roy.qing.li@gmail.com> | Tue Sep 02 20:52:28 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 02 14:01:21 2014 -0700 |
tree | c2a32f22db45511bfd6c896759bbbe5e15136032 | |
parent | 41ad82f7f8f59a472c8e8ccca56a9c6bdf3c5092 [diff] |
openvswitch: fix a memory leak The user_skb maybe be leaked if the operation on it failed and codes skipped into the label "out:" without calling genlmsg_unicast. Cc: Pravin Shelar <pshelar@nicira.com> Signed-off-by: Li RongQing <roy.qing.li@gmail.com> Acked-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>