From: Wang, Xiaoming Date: Mon, 14 Apr 2014 16:30:45 +0000 (-0400) Subject: net: ipv4: current group_info should be put after using. X-Git-Tag: omap-for-v3.16/pm-signed~106^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04c46190219a4f845e46a459e3102137b7f6cac;p=pandora-kernel.git net: ipv4: current group_info should be put after using. Plug a group_info refcount leak in ping_init. group_info is only needed during initialization and the code failed to release the reference on exit. While here move grabbing the reference to a place where it is actually needed. Signed-off-by: Chuansheng Liu Signed-off-by: Zhang Dongxing Signed-off-by: xiaoming wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed