From: Ying Xue Date: Tue, 29 Apr 2014 03:12:18 +0000 (+0800) Subject: tipc: fix memory leak of publications X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1621b94d2a655c8548ddbdfc8ccf907a5bbdc860;p=pandora-kernel.git tipc: fix memory leak of publications Commit 1bb8dce57f4d15233688c68990852a10eb1cd79f ("tipc: fix memory leak during module removal") introduced a memory leak issue: when name table is stopped, it's forgotten that publication instances are freed properly. Additionally the useless "continue" statement in tipc_nametbl_stop() is removed as well. Reported-by: Jason Signed-off-by: Ying Xue Acked-by: Erik Hugne Signed-off-by: David S. Miller --- Reading git-diff-tree failed