net/hyperv: fix possible memory leak in do_set_multicast()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 24 Jan 2012 10:21:28 +0000 (10:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2012 20:47:47 +0000 (15:47 -0500)
do_set_multicast() may not free the memory malloc in
netvsc_set_multicast_list().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found