X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=d9ed11f437b0e03c2d167865571a69e2c9955e33;hp=78b232dbd043caf1dc0ee6ba58b3437000e0d86a;hb=6e4dcc88f4c52c7084539ed4d81ca06fd3e657aa;hpb=3f1510c31beb5c053d2f6c510f04a1e7466fce65 diff --git a/client_common.c b/client_common.c index 78b232db..d9ed11f4 100644 --- a/client_common.c +++ b/client_common.c @@ -44,6 +44,7 @@ void client_disconnect(struct client_task *ct) if (ct->scc.fd >= 0) close(ct->scc.fd); free_argv(ct->features); + ct->features = NULL; sc_free(ct->scc.recv); ct->scc.recv = NULL; sc_free(ct->scc.send);