Re: [ovs-dev] [PATCH] openvswitch: fix a memory leak

2014-09-02 Thread Pravin Shelar
On Tue, Sep 2, 2014 at 5:52 AM, wrote: > From: Li RongQing > > 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 > Signed-off-by: Li RongQing Looks good. Acked-by: Pravin B Shelar > ---

[ovs-dev] [PATCH] openvswitch: fix a memory leak

2014-09-02 Thread roy . qing . li
From: Li RongQing 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 Signed-off-by: Li RongQing --- net/openvswitch/datapath.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff