diff options
Diffstat (limited to 'net/tipc/name_distr.c')
-rw-r--r-- | net/tipc/name_distr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/tipc/name_distr.c b/net/tipc/name_distr.c index 376a30b9fd72..a6c989fd4988 100644 --- a/net/tipc/name_distr.c +++ b/net/tipc/name_distr.c | |||
@@ -240,9 +240,7 @@ static void node_is_down(struct publication *publ) | |||
240 | publ->type, publ->lower, publ->node, publ->ref, publ->key); | 240 | publ->type, publ->lower, publ->node, publ->ref, publ->key); |
241 | } | 241 | } |
242 | 242 | ||
243 | if (p) { | 243 | kfree(p); |
244 | kfree(p); | ||
245 | } | ||
246 | } | 244 | } |
247 | 245 | ||
248 | /** | 246 | /** |