X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=934758dd8f8e5ed03ff2493fe18e0cd533fde977;hp=ded01b1388a629013f3be14bf4b31c876d97f512;hb=621873570519f6536440a2407224cf17ec2141e8;hpb=e1cf532cb70722ae80f2364ff1d7cfbf126f4caf diff --git a/client_common.c b/client_common.c index ded01b13..934758dd 100644 --- a/client_common.c +++ b/client_common.c @@ -404,6 +404,7 @@ out: free(home); if (ret < 0) { PARA_ERROR_LOG("%s\n", para_strerror(-ret)); + btr_remove_node(ct->btrn); btr_free_node(ct->btrn); client_close(ct); *ct_ptr = NULL;