diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-04-20 18:36:05 -0400 | 
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-04-20 18:36:05 -0400 | 
| commit | 857c68f733eea07f11a061caea43a38fed61adb7 (patch) | |
| tree | 4567a9e91f717b22143ac1ccb0fb5323ac15afd3 /net/tipc/name_distr.c | |
| parent | 4741c336d27dec3ea68a35659abb8dc82b142388 (diff) | |
| parent | 402a26f0c040077ed6f941eefac5a6971f0d5f40 (diff) | |
Merge branch 'master'
Diffstat (limited to 'net/tipc/name_distr.c')
| -rw-r--r-- | net/tipc/name_distr.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/name_distr.c b/net/tipc/name_distr.c index 953307a9df1d..a3bbc891f959 100644 --- a/net/tipc/name_distr.c +++ b/net/tipc/name_distr.c  | |||
| @@ -229,8 +229,7 @@ static void node_is_down(struct publication *publ) | |||
| 229 | publ->node, publ->ref, publ->key); | 229 | publ->node, publ->ref, publ->key); | 
| 230 | assert(p == publ); | 230 | assert(p == publ); | 
| 231 | write_unlock_bh(&tipc_nametbl_lock); | 231 | write_unlock_bh(&tipc_nametbl_lock); | 
| 232 | if (publ) | 232 | kfree(publ); | 
| 233 | kfree(publ); | ||
| 234 | } | 233 | } | 
| 235 | 234 | ||
| 236 | /** | 235 | /** | 
